Skyler Turner | 62330c1 | 2022-03-04 22:10:16 +0000 | [diff] [blame] | 1 | { config, pkgs, nixpkgs }: |
2 | { | ||||
3 | |||||
4 | home.packages = with pkgs; [ | ||||
5 | steam-run | ||||
6 | ]; # Use *only* for packages that need no configuration; | ||||
7 | # other packages should go in ./apps/personal/ | ||||
8 | |||||
9 | programs.steam.enable = true; | ||||
10 | } |