mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
don't need openrgb atm
This commit is contained in:
parent
f1acaddab5
commit
219a65b161
|
@ -152,15 +152,15 @@
|
||||||
zsh
|
zsh
|
||||||
auto-cpufreq
|
auto-cpufreq
|
||||||
git
|
git
|
||||||
openrgb-with-all-plugins
|
# openrgb-with-all-plugins
|
||||||
(pkgs.writeScriptBin "sudo" ''exec doas "$@"'')
|
(pkgs.writeScriptBin "sudo" ''exec doas "$@"'')
|
||||||
];
|
];
|
||||||
|
|
||||||
# OpenRGB setup
|
# OpenRGB setup
|
||||||
services.hardware.openrgb = {
|
# services.hardware.openrgb = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
motherboard = "amd";
|
# motherboard = "amd";
|
||||||
};
|
#};
|
||||||
|
|
||||||
environment.shells = with pkgs; [ zsh ];
|
environment.shells = with pkgs; [ zsh ];
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue