From dacb3fa67081e4c0eade9cd4d99d729a9b3ea568 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 17 Jan 2025 21:02:21 -0800 Subject: c-pc: enable openrgb --- hosts/c-pc/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/c-pc') diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index 0fd2a5e..364ebf5 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -85,6 +85,8 @@ services = { pcscd.enable = true; printing.enable = true; + + hardware.openrgb.enable = true; }; environment.systemPackages = with pkgs; [ -- cgit v1.2.3