about summary refs log tree commit diff
path: root/home/wm
diff options
context:
space:
mode:
Diffstat (limited to 'home/wm')
-rw-r--r--home/wm/sway/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/wm/sway/default.nix b/home/wm/sway/default.nix
index 7433c38..45fd929 100644
--- a/home/wm/sway/default.nix
+++ b/home/wm/sway/default.nix
@@ -20,7 +20,7 @@ in
     ];
 
     home.sessionVariables = {
-      MOZ_ENABLE_WAYLAND = true;
+      MOZ_ENABLE_WAYLAND = "1";
       XDG_CURRENT_DESKTOP = "sway";
       XDG_SESSION_TYPE = "wayland";
     };