summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/games.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/tools/games.nix')
-rw-r--r--makefu/2configs/tools/games.nix7
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 00000000..34c68645
--- /dev/null
+++ b/makefu/2configs/tools/games.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }:
+
+{
+ krebs.per-user.makefu.packages = with pkgs; [
+ steam
+ ];
+}