diff --git a/system/configuration.nix b/system/configuration.nix index 5517bcb..249736a 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -152,15 +152,15 @@ zsh auto-cpufreq git - openrgb-with-all-plugins + # openrgb-with-all-plugins (pkgs.writeScriptBin "sudo" ''exec doas "$@"'') ]; # OpenRGB setup - services.hardware.openrgb = { - enable = true; - motherboard = "amd"; - }; + # services.hardware.openrgb = { + # enable = true; + # motherboard = "amd"; + #}; environment.shells = with pkgs; [ zsh ]; programs.zsh.enable = true;