This commit is contained in:
KnightArtorias 2025-12-24 00:53:54 +00:00
parent d6388d8ffe
commit a017626668
2 changed files with 10 additions and 0 deletions

View file

@ -2,5 +2,6 @@
imports = [ imports = [
./steam.nix ./steam.nix
./pwvucontrol.nix ./pwvucontrol.nix
./wine.nix
]; ];
} }

View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
environment.systemPackages = [
wineWowPackages.stable
wineWowPackages.waylandFull
winetricks
];
}