Files
nixos-haus/modules/common/wine.nix

12 lines
170 B
Nix

{
config,
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
# support both 32-bit and 64-bit applications
wineWowPackages.stable
lutris
];
}