diff options
author | polwex <polwex@sortug.com> | 2025-03-06 14:24:52 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-03-06 14:24:52 +0700 |
commit | 6dcb4af2623174c4c52202c7ea064f40a35091ed (patch) | |
tree | 751d6a89a4a2e1d1f300fa00d3bf829413fb965f /hosts/local/master/configuration.nix | |
parent | 3af8fa41d6299c6b88038911cc091a152f189e12 (diff) |
m
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? |