From 7ce36095797894bf8d988a2f6c55ce22bc8af1c0 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 18 Dec 2025 13:29:58 +0100 Subject: [PATCH] fix(firefox): merge duplicate policies declarations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Second policies declaration was overwriting the first, causing DefaultDownloadDirectory setting to be lost. Merged both into single policies block. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- home/modules/firefox.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/modules/firefox.nix b/home/modules/firefox.nix index 3b333c6..0665a8b 100644 --- a/home/modules/firefox.nix +++ b/home/modules/firefox.nix @@ -5,9 +5,6 @@ nativeMessagingHosts = with pkgs; [ tridactyl-native ]; - policies = { - DefaultDownloadDirectory = "\${home}/dl"; - }; profiles = { default = { settings = { @@ -57,6 +54,7 @@ }; }; policies = { + DefaultDownloadDirectory = "\${home}/dl"; ExtensionSettings = { "jid1-ZAdIEUB7XOzOJw@jetpack" = { default_area = "navbar";