This commit is contained in:
Miguel Palhas
2025-10-06 09:40:41 +01:00
parent 0dff3c1585
commit d4659b1b04
6 changed files with 25 additions and 18 deletions
+13
View File
@@ -0,0 +1,13 @@
{
config,
lib,
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
wineWowPackages.waylandFull
winetricks
];
}