stockholm/makefu/2configs/tools/games.nix
2017-11-14 10:15:30 +01:00

12 lines
133 B
Nix

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