diff options
author | makefu <github@syntax-fehler.de> | 2017-12-08 14:31:27 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-12-08 14:31:27 +0100 |
commit | 0908acc61644da91c41118e7846923ac8535e1ef (patch) | |
tree | aefb3fe3213d5df83401c91eb15e6d268d832ff9 /makefu/2configs/tools/games.nix | |
parent | 635f6e82c64066c05dc0fb7808523f00b0d60ae6 (diff) |
ma tools/games: add pkg2zip
Diffstat (limited to 'makefu/2configs/tools/games.nix')
-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 8da615963..40ea4523d 100644 --- a/makefu/2configs/tools/games.nix +++ b/makefu/2configs/tools/games.nix @@ -7,5 +7,6 @@ users.users.makefu.packages = with pkgs; [ games-user-env wine + pkg2zip ]; } |