diff options
Diffstat (limited to 'hosts/local/master/configuration.nix')
-rw-r--r-- | hosts/local/master/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/local/master/configuration.nix b/hosts/local/master/configuration.nix index e228246..375c10b 100644 --- a/hosts/local/master/configuration.nix +++ b/hosts/local/master/configuration.nix @@ -8,11 +8,13 @@ ../../linux.nix ../../unfree.nix #../../android.nix + ../gui.nix ../i3.nix # ../gnome.nix # ../wayland.nix ../nvidia.nix ./keyboard.nix + ./rgb.nix ]; # Use the systemd-boot EFI boot loader. @@ -46,6 +48,7 @@ environment.systemPackages = [ pkgs.nodejs pkgs.python312 + # pkgs.openrgb-with-all-plugins ]; system.stateVersion = "23.11"; # Did you read the comment? |