ma tools/games: add wine

This commit is contained in:
makefu 2017-11-14 10:15:30 +01:00
parent a317cbf45b
commit 2a9fec0dc8
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -6,5 +6,6 @@
]; ];
users.users.makefu.packages = with pkgs; [ users.users.makefu.packages = with pkgs; [
games-user-env games-user-env
wine
]; ];
} }