From 74c14e48b4228f3d01c66bf70f731629722bf053 Mon Sep 17 00:00:00 2001 From: Cookiez Date: Sat, 9 May 2026 13:36:42 +0200 Subject: [PATCH] Set isDefault to true for Firefox profile --- modules/firefox/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/firefox/home.nix b/modules/firefox/home.nix index e4c403c..1eddd6e 100644 --- a/modules/firefox/home.nix +++ b/modules/firefox/home.nix @@ -3,6 +3,7 @@ enable = true; profiles = { "${username}" = { + isDefault = true; extensions.force = true; #Create multiple containers, like "work" "social media" ..., for cookies to reside in so they dont cross leak