From a88006e00c62ec43bdc062b92c478c1a425d1ec6 Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Thu, 10 Oct 2024 11:48:08 +0530 Subject: [PATCH] fix: set variable inside the config block Signed-off-by: Chinmay D. Pai --- modules/home/desktop/firefox/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/desktop/firefox/default.nix b/modules/home/desktop/firefox/default.nix index 88bbd94..6e1abee 100644 --- a/modules/home/desktop/firefox/default.nix +++ b/modules/home/desktop/firefox/default.nix @@ -169,8 +169,8 @@ }; }; }; - }; - # Run firefox in wayland. - home.sessionVariables.MOZ_ENABLE_WAYLAND = "1"; + # Run firefox in wayland. + home.sessionVariables.MOZ_ENABLE_WAYLAND = "1"; + }; }