stockholm/makefu/2configs/tools/games.nix
2017-12-08 14:31:27 +01:00

13 lines
145 B
Nix

{ pkgs, ... }:
{
imports = [
./steam.nix
];
users.users.makefu.packages = with pkgs; [
games-user-env
wine
pkg2zip
];
}