blob: 3dba95abe8f176ba40aa57b5a597e88cc4905794 [file] [log] [blame]
Skyler Turner62330c12022-03-04 22:10:16 +00001{ config, pkgs, nixpkgs }: {
2 home.packages = with pkgs; [
3 steam-run
4 ]; # Use *only* for packages that need no configuration;
5 # other packages should go in ./apps/personal/
6
7 programs.steam.enable = true;
8}