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"; + }; }