This commit is contained in:
Odweta
2026-01-12 18:24:14 +01:00
parent 86709e849c
commit 7b2365c5de
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
wine
winetricks # helpful for installing Windows components
];
}