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.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/makefu/2configs/tools/games.nix b/makefu/2configs/tools/games.nix
index 47f06287..0257e187 100644
--- a/makefu/2configs/tools/games.nix
+++ b/makefu/2configs/tools/games.nix
@@ -1,8 +1,10 @@
{ pkgs, ... }:
{
- krebs.per-user.makefu.packages = with pkgs; [
- steam
+ imports = [
+ ../steam.nix
+ ];
+ users.users.makefu.packages = with pkgs; [
games-user-env
];
}