Skyler Turner | 62330c1 | 2022-03-04 22:10:16 +0000 | [diff] [blame] | 1 | { 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 | } |