Jafner.net/dotfiles/home-manager/laptop/app/games/games.nix

9 lines
171 B
Nix
Raw Normal View History

{ pkgs, ... }: {
home.packages = with pkgs; [
(wineWowPackages.full.override {
wineRelease = "staging";
mingwSupport = true;
})
winetricks
];
}