[NixOS] Add files that allow enabling of plasma/gnome
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
imports = [
|
||||
./android.nix
|
||||
./base.nix
|
||||
./cache.nix
|
||||
./cache-server.nix
|
||||
./cache.nix
|
||||
./code.nix
|
||||
./desktop.nix
|
||||
./environment.nix
|
||||
@@ -12,8 +12,9 @@
|
||||
./extra.nix
|
||||
./games.nix
|
||||
./git-sync.nix
|
||||
./gitea.nix
|
||||
./gitea-runner.nix
|
||||
./gitea.nix
|
||||
./gnome.nix
|
||||
./imalison.nix
|
||||
./internet-computer.nix
|
||||
./kat.nix
|
||||
@@ -21,6 +22,7 @@
|
||||
./nix.nix
|
||||
./nixified.ai.nix
|
||||
./options.nix
|
||||
./plasma.nix
|
||||
./secrets.nix
|
||||
./ssh.nix
|
||||
./syncthing.nix
|
||||
@@ -36,12 +38,14 @@
|
||||
config = lib.mkIf config.features.full.enable {
|
||||
modules.base.enable = true;
|
||||
modules.desktop.enable = true;
|
||||
modules.plasma.enable = true;
|
||||
modules.gnome.enable = false;
|
||||
modules.xmonad.enable = true;
|
||||
modules.extra.enable = true;
|
||||
modules.code.enable = true;
|
||||
modules.games.enable = true;
|
||||
modules.syncthing.enable = true;
|
||||
modules.fonts.enable = true;
|
||||
modules.nixified-ai.enable = true;
|
||||
modules.nixified-ai.enable = false;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user