diff --git a/hosts/kurokoNightly/default.nix b/hosts/kurokoNightly/default.nix new file mode 100644 index 0000000..a3cfae5 --- /dev/null +++ b/hosts/kurokoNightly/default.nix @@ -0,0 +1,11 @@ +{ + imports = [ + ./configuration.nix + ../../modules/core + ../../modules/wm + ../../modules/security + ../../modules/audio + ../../modules/stylix + ../../modules/electrical + ]; +} diff --git a/hosts/shiroko/configuration.nix b/hosts/shiroko/configuration.nix index 3db3081..328aab5 100644 --- a/hosts/shiroko/configuration.nix +++ b/hosts/shiroko/configuration.nix @@ -17,6 +17,7 @@ hardware = { graphics.enable32Bit = true; pulseaudio.support32Bit = true; + openrazer.enable = true; }; boot = { @@ -111,7 +112,7 @@ }; }; environment.systemPackages = with pkgs; [ - + openrazer-daemon ]; # Set your time zone. time.timeZone = "America/Los_Angeles"; # Asia/Taipei lib.mkDefault