aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-02-28 07:32:45 +0100
committerKarel Kočí <cynerd@email.cz>2023-02-28 07:32:45 +0100
commit91c066b2f73235f0789ab576be993d1262a990b9 (patch)
tree7880af3fb27fd8323571293b55f5398ee73a2b14 /nixos/modules
parent782395a37e7152c6723476b214ed7caa3e4bd26e (diff)
downloadnixos-personal-91c066b2f73235f0789ab576be993d1262a990b9.tar.gz
nixos-personal-91c066b2f73235f0789ab576be993d1262a990b9.tar.bz2
nixos-personal-91c066b2f73235f0789ab576be993d1262a990b9.zip
nixos: move openrgb to desktop
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/desktop.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix
index 649f0e8..388f70c 100644
--- a/nixos/modules/desktop.nix
+++ b/nixos/modules/desktop.nix
@@ -241,6 +241,11 @@ in {
hardware.bluetooth.enable = mkIf cnf.laptop true;
+ services.hardware.openrgb = {
+ enable = true;
+ package = pkgs.openrgb-with-all-plugins;
+ };
+
documentation.man.man-db.enable = true;
services.snapper.configs = {