diff options
Diffstat (limited to 'os/srv/compat.nix')
| -rw-r--r-- | os/srv/compat.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/srv/compat.nix b/os/srv/compat.nix index 721fab1..1ea6105 100644 --- a/os/srv/compat.nix +++ b/os/srv/compat.nix @@ -15,6 +15,11 @@ in package = pkgs.xwayland-satellite; }; + environment.systemPackages = with pkgs; [ + wineWow64Packages.stagingFull + winetricks + ]; + environment.sessionVariables = { NIXOS_OZONE_WL = "1"; ELECTRON_ENABLE_WAYLAND = "1"; |
