diff options
author | makefu <github@syntax-fehler.de> | 2019-02-08 15:14:54 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-02-08 15:14:54 +0100 |
commit | 7f0354f2bae42e9eb6a341c079aeadfa1fc88e5b (patch) | |
tree | 2df9980ccf5fe54fafafbb5834408d4dc181f426 /makefu/2configs | |
parent | c9314cac8226da1d422ca5d3c73dab3fbb42513a (diff) |
ma tools/games: disable steam (for now)
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/tools/games.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/tools/games.nix b/makefu/2configs/tools/games.nix index 40ea4523d..0f1e61791 100644 --- a/makefu/2configs/tools/games.nix +++ b/makefu/2configs/tools/games.nix @@ -2,7 +2,7 @@ { imports = [ - ./steam.nix + # ./steam.nix ]; users.users.makefu.packages = with pkgs; [ games-user-env |