feat(nixosModules/desktop): add steam

This commit is contained in:
Mohammad Rafiq 2025-05-25 19:08:11 +08:00
parent cd569cd72f
commit 5396f6dd63
No known key found for this signature in database
5 changed files with 53 additions and 23 deletions

View file

@ -24,5 +24,6 @@
enable = true;
settings.General.Experimental = true;
};
hardware.xone.enable = true;
};
}