stockholm/makefu/2configs/tools/games.nix
2019-02-08 15:14:54 +01:00

13 lines
147 B
Nix

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