diff options
author | Franck Cuny <franck@fcuny.net> | 2023-01-07 17:07:22 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-01-07 17:07:22 -0800 |
commit | 1e576f48104ad4dd95918db801009ce0caff7f02 (patch) | |
tree | 4d8eade3562e3a16872248be78fb4990377660e4 | |
parent | fix(modules/gitea): the linter corrupted the file ... (diff) | |
download | world-1e576f48104ad4dd95918db801009ce0caff7f02.tar.gz |
fix(home/sway): set the environment variable correctly
-rw-r--r-- | home/wm/sway/default.nix | 2 |
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"; }; |