diff options
Diffstat (limited to 'makefu/2configs/tools/games.nix')
-rw-r--r-- | makefu/2configs/tools/games.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/makefu/2configs/tools/games.nix b/makefu/2configs/tools/games.nix new file mode 100644 index 000000000..34c686451 --- /dev/null +++ b/makefu/2configs/tools/games.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: + +{ + krebs.per-user.makefu.packages = with pkgs; [ + steam + ]; +} |