feat: Added stfuff
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s

This commit is contained in:
uttarayan21
2025-08-14 16:25:39 +05:30
parent 7dbe692816
commit f8b96a5c84
11 changed files with 1258 additions and 43 deletions

View File

@@ -1,5 +1,6 @@
{...}: {
{ ... }:
{
services = {
hardware.openrgb.enable = false;
hardware.openrgb.enable = true;
};
}