feat(nixosmodules): add steam module

This commit is contained in:
Mohammad Rafiq 2025-04-27 20:57:17 +08:00
parent 45f314f71b
commit b62ca97ccb
No known key found for this signature in database
3 changed files with 45 additions and 0 deletions

View file

@ -8,4 +8,6 @@
boot-config.bootloader = "systemd-boot";
hardware-config.cpu = "amd";
hardware-config.gpu = "nvidia";
gaming.steam.enable = true;
gaming.steam.enableGamescope = true;
}