Add wine
This commit is contained in:
parent
d6388d8ffe
commit
a017626668
2 changed files with 10 additions and 0 deletions
|
|
@ -2,5 +2,6 @@
|
|||
imports = [
|
||||
./steam.nix
|
||||
./pwvucontrol.nix
|
||||
./wine.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
9
nixos/roles/physical/desktop/common/apps/wine.nix
Normal file
9
nixos/roles/physical/desktop/common/apps/wine.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [
|
||||
wineWowPackages.stable
|
||||
wineWowPackages.waylandFull
|
||||
winetricks
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue