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