diff options
Diffstat (limited to 'hosts/c-pc')
| -rw-r--r-- | hosts/c-pc/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; [ |