Files
nixos-conf/system/defaults/gaming.nix
2025-09-01 21:32:44 -06:00

9 lines
99 B
Nix

{config, pkgs, ...}:
{
programs = {
steam.enable = true;
gamemode.enable = true;
};
}