dotfiles/nixos/modules/gaming.nix
2025-01-16 23:26:43 +01:00

6 lines
No EOL
68 B
Nix

{ pkgs, ... }:
{
# Enable Steam
programs.steam.enable = true;
}