diff --git a/modules/home/wayland/niri/default.nix b/modules/home/wayland/niri/default.nix index 20ed7b4..b540e95 100644 --- a/modules/home/wayland/niri/default.nix +++ b/modules/home/wayland/niri/default.nix @@ -23,6 +23,7 @@ in { waybar.enable = true; wlogout.enable = true; fuzzel.enable = true; + xwayland-satellite.enable = true; }; services = { swaybg.enable = true; @@ -40,6 +41,11 @@ in { prefer-no-csd = true; hotkey-overlay.skip-at-startup = true; + environment = { + # For some reason this won't set properly from home.sessionVariables. + DISPLAY = ":0"; + }; + ### Startup Programs ### spawn-at-startup = let inherit (config.marleyos) apps;