Files
nix-config/modules/nixos/gaming/steam.nix
2026-05-10 02:26:20 +05:30

9 lines
127 B
Nix

{
flake.modules.nixos.gaming = {
programs.steam = {
enable = true;
protontricks.enable = true;
};
};
}