diff options
| author | adikro <adikro@disroot.org> | 2026-03-23 16:12:29 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-23 16:12:29 +0100 |
| commit | 1d40f7be90fa740ce34d7c0873b4acf205bca06a (patch) | |
| tree | 99aa7a59039b655dbb03e0e8508c3070daaf2fce /os/srv/compat.nix | |
| parent | 08e25c159d9d948a66488b807d9f30712ef9d2b6 (diff) | |
thinkpad stuff
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"; |
