blob: 3a8a83a614bfc769efaa3b332da6fd25f5797675 [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;
}