Setup openrgb
This commit is contained in:
@ -37,6 +37,9 @@
|
|||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Kernel modules
|
||||||
|
boot.kernelModules = [ "i2c-dev" "i2c-piix4" ];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
@ -149,9 +152,16 @@
|
|||||||
zsh
|
zsh
|
||||||
auto-cpufreq
|
auto-cpufreq
|
||||||
git
|
git
|
||||||
|
openrgb-with-all-plugins
|
||||||
(pkgs.writeScriptBin "sudo" ''exec doas "$@"'')
|
(pkgs.writeScriptBin "sudo" ''exec doas "$@"'')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# OpenRGB setup
|
||||||
|
services.hardware.openrgb = {
|
||||||
|
enable = true;
|
||||||
|
motherboard = "amd";
|
||||||
|
};
|
||||||
|
|
||||||
environment.shells = with pkgs; [ zsh ];
|
environment.shells = with pkgs; [ zsh ];
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user