commit 1eb914eaf77d3a92988e3b88204d77f567b369c6 parent b23cd07801f9e6d2097cbaf4c343859f695633b4 Author: Peter <peter@minskio.co.uk> Date: Wed, 9 Sep 2026 14:23:47 +0100 Use new Firefox config path Diffstat:
| M | home/firefox.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/home/firefox.nix b/home/firefox.nix @@ -3,7 +3,7 @@ { programs.firefox = { enable = true; - # configPath = "${config.xdg.configHome}/mozilla/firefox"; + configPath = "${config.xdg.configHome}/mozilla/firefox"; profiles = { default = {