From 219a65b161639bf2a59bee48ba7f9fa2dd4985fc Mon Sep 17 00:00:00 2001 From: Emmet Date: Thu, 1 Jun 2023 18:52:07 -0500 Subject: [PATCH] don't need openrgb atm --- system/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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;