programs/games: add openrgb

This commit is contained in:
Anthony Rodriguez 2025-01-31 16:44:15 +01:00
parent 83f8c32991
commit b47f0095f0
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -32,5 +32,7 @@ in {
nvidiaSupport = true; nvidiaSupport = true;
}; };
}; };
services.hardware.openrgb.enable = true;
}; };
} }