feat: add wine support
This commit is contained in:
parent
34d447f1a6
commit
a2f7998f1a
3 changed files with 9 additions and 1 deletions
7
system/modules/wine.nix
Normal file
7
system/modules/wine.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wineWowPackages.waylandFull # 32-bit & 64-bit
|
||||
winetricks
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue