dotfiles/nixos/modules/gaming.nix
Bart van der Braak 8dd28119e7 full restructure
2025-01-17 01:25:44 +01:00

6 lines
No EOL
68 B
Nix

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