From 0cf9535c8656ed4991e924040ee95a2aae2ffbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Tue, 2 Jun 2026 17:48:36 +0200 Subject: [PATCH] Update mozilla default config path --- desktop-environment/browser.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop-environment/browser.nix b/desktop-environment/browser.nix index fc712e0..ee47b42 100644 --- a/desktop-environment/browser.nix +++ b/desktop-environment/browser.nix @@ -6,6 +6,7 @@ programs.firefox = { enable = true; + configPath = "${config.xdg.configHome}/mozilla/firefox"; policies = { AppAutoUpdate = false; AllowFileSelectionDialogs = true;