nix-config/hosts/nixos/modules/programs/steam.nix

5 lines
60 B
Nix

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