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