nix-conf/system/modules/wine.nix
2026-03-06 17:06:53 +08:00

7 lines
117 B
Nix
Executable file

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
wineWow64Packages.waylandFull
winetricks
];
}