dotfiles/nixos/modules/gaming.nix
2025-01-22 11:14:58 +01:00

6 lines
69 B
Nix

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