diff --git a/hosts/rogue/nixos/configuration.nix b/hosts/rogue/nixos/configuration.nix index 56f15c2..99b2e7a 100644 --- a/hosts/rogue/nixos/configuration.nix +++ b/hosts/rogue/nixos/configuration.nix @@ -14,6 +14,25 @@ ../../shared/nixos/shared_config.nix ]; + modules = { + desktop = { + chat.enable = true; + # daw.enable = true; + # cad.enable = true; + cam.enable = true; + code.enable = true; + art.enable = true; + games.enable = true; + apps = { + # xiv.enable = true; + godot.enable = true; + # minecraft.enable = true; + }; + }; + # system.boot.grub.enable = true; + system.audio.enable = true; + }; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;