Added wine flake
This commit is contained in:
12
modules/common/wine.nix
Normal file
12
modules/common/wine.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# ...
|
||||
|
||||
# support both 32-bit and 64-bit applications
|
||||
wineWowPackages.stable
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user