From 91c066b2f73235f0789ab576be993d1262a990b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 28 Feb 2023 07:32:45 +0100 Subject: nixos: move openrgb to desktop --- nixos/modules/desktop.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nixos/modules') 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 = { -- cgit v1.2.3