diff options
author | makefu <github@syntax-fehler.de> | 2017-11-14 10:15:30 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-11-14 10:15:30 +0100 |
commit | 2a9fec0dc846d908d7727e08863c0ba1ead077e3 (patch) | |
tree | 5d35b611dea58b62f7696b870c6b9974327f92cc /makefu/2configs | |
parent | a317cbf45b426e9b48f632720e0ac072286be7ff (diff) |
ma tools/games: add wine
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/tools/games.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/tools/games.nix b/makefu/2configs/tools/games.nix index 8e815da5e..8da615963 100644 --- a/makefu/2configs/tools/games.nix +++ b/makefu/2configs/tools/games.nix @@ -6,5 +6,6 @@ ]; users.users.makefu.packages = with pkgs; [ games-user-env + wine ]; } |