don't need openrgb atm

This commit is contained in:
Emmet
2023-06-01 18:52:07 -05:00
parent 58ff52bb89
commit e4d0c59758

View File

@@ -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;