blob: 3dba95abe8f176ba40aa57b5a597e88cc4905794 [file] [log] [blame]
{ config, pkgs, nixpkgs }: {
home.packages = with pkgs; [
steam-run
]; # Use *only* for packages that need no configuration;
# other packages should go in ./apps/personal/
programs.steam.enable = true;
}