diff options
Diffstat (limited to 'sys/srv/compat.nix')
| -rw-r--r-- | sys/srv/compat.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/srv/compat.nix b/sys/srv/compat.nix index 5c08a9b..ab9560f 100644 --- a/sys/srv/compat.nix +++ b/sys/srv/compat.nix @@ -1,10 +1,9 @@ { config, lib, pkgs, ... }: let - cfg = config.szpont.sys.srv.compat; + cfg = config.sys.srv.compat; in { - options.szpont.sys.srv.compat.enable = lib.mkEnableOption "enables compatibility with windows & x11"; - + options.sys.srv.compat.enable = lib.mkEnableOption "enables compatibility with windows & x11"; config = lib.mkIf cfg.enable { programs.xwayland = { enable = true; @@ -14,6 +13,7 @@ in environment.sessionVariables = { NIXOS_OZONE_WL = "1"; ELECTRON_ENABLE_WAYLAND = "1"; + WINE_RT_PRIO = "1"; }; environment.systemPackages = with pkgs; [ |
