mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-21 21:35:56 -05:00
tree-wide: drop emudeck module
This commit is contained in:
parent
d91a3b112a
commit
5d0aaabc6c
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./emudeck
|
||||
./firefox
|
||||
./nicotine-plus
|
||||
./steam
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
config = lib.mkIf (config.ar.apps.emudeck.enable) {
|
||||
environment.systemPackages = with pkgs; [emudeck];
|
||||
|
||||
ar = {
|
||||
apps.steam.enable = lib.mkDefault true;
|
||||
services.flatpak.enable = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -5,7 +5,6 @@
|
|||
}: {
|
||||
options.ar = {
|
||||
apps = {
|
||||
emudeck.enable = lib.mkEnableOption "EmuDeck emulator manager.";
|
||||
firefox.enable = lib.mkEnableOption "Firefox Web Browser.";
|
||||
nicotine-plus.enable = lib.mkEnableOption "Nicotine+ Soulseek client.";
|
||||
podman.enable = lib.mkEnableOption "Podman for OCI container support.";
|
||||
|
|
Loading…
Reference in a new issue