summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/niri/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/niri/default.nix')
-rw-r--r--accounts/gkleen@sif/niri/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix
index 0c4a58e5..a774e483 100644
--- a/accounts/gkleen@sif/niri/default.nix
+++ b/accounts/gkleen@sif/niri/default.nix
@@ -188,8 +188,10 @@ in {
188 environment = { 188 environment = {
189 NIXOS_OZONE_WL = "1"; 189 NIXOS_OZONE_WL = "1";
190 QT_QPA_PLATFORM = "wayland"; 190 QT_QPA_PLATFORM = "wayland";
191 QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
191 GDK_BACKEND = "wayland"; 192 GDK_BACKEND = "wayland";
192 SDL_VIDEODRIVER = "wayland"; 193 SDL_VIDEODRIVER = "wayland";
194 DISPLAY = ":0";
193 }; 195 };
194 196
195 layout = { 197 layout = {