From 66c212e1c3768bb38c2a84df67eae597e8385f11 Mon Sep 17 00:00:00 2001 From: Seven Of Aces Date: Mon, 16 Sep 2024 18:24:48 -0700 Subject: [PATCH] modified: hosts/rogue/nixos/configuration.nix --- hosts/rogue/nixos/configuration.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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;