about summary refs log tree commit diff
path: root/home/wm/sway/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-07 17:07:22 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-07 17:07:22 -0800
commit1e576f48104ad4dd95918db801009ce0caff7f02 (patch)
tree4d8eade3562e3a16872248be78fb4990377660e4 /home/wm/sway/default.nix
parentfix(modules/gitea): the linter corrupted the file ... (diff)
downloadworld-1e576f48104ad4dd95918db801009ce0caff7f02.tar.gz
fix(home/sway): set the environment variable correctly
Diffstat (limited to '')
-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";
     };