diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-01-17 21:02:21 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-01-17 21:02:21 -0800 |
| commit | dacb3fa67081e4c0eade9cd4d99d729a9b3ea568 (patch) | |
| tree | 2ae84949f805380cfd5ecbb290d4accc728b178f /hosts/c-pc | |
| parent | f0123beab2553e88870335ef4f507d9100059abc (diff) | |
c-pc: enable openrgb
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; [ |