l wine: use minimal

This commit is contained in:
lassulus 2023-09-03 12:14:18 +02:00
parent 349819d601
commit d08fc3f507

View File

@ -14,7 +14,7 @@ in {
]; ];
createHome = true; createHome = true;
packages = [ packages = [
pkgs.wineWowPackages.stable pkgs.winePackages.minimal
]; ];
isNormalUser = true; isNormalUser = true;
}; };