diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e50c4a8..91938ad 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -56,7 +56,7 @@ i18n = { - # Select internationalisation properties. + # Select internationalisation properties. defaultLocale = "C.UTF-8"; extraLocaleSettings = { @@ -230,7 +230,7 @@ vscode.fhs # .fhs version will be more compatable even if slightly less nix flavoured - openrazer-daemon + # unstable.openrazer-daemon # Broken, enable again in a few days? # === nix related === comma diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index c6add96..50f10fe 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -205,11 +205,9 @@ enable = true; support32Bit.enable = true; }; - # === amdvlk driver === + # === amdvlk driver === - }; - - openrazer.enable = true; + # openrazer.enable = true; }; }