From d71330a85a7f25abfd789f6b9a105e48c0a987e9 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 10 May 2026 12:36:54 -0400 Subject: [PATCH] updated firefox configPath --- users/richie/home/gui/firefox/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/richie/home/gui/firefox/default.nix b/users/richie/home/gui/firefox/default.nix index efd935a..8a83df8 100644 --- a/users/richie/home/gui/firefox/default.nix +++ b/users/richie/home/gui/firefox/default.nix @@ -1,8 +1,9 @@ -{ inputs, ... }: +{ config, inputs, ... }: { imports = [ ./search_engines.nix ]; programs.firefox = { + configPath = "${config.xdg.configHome}/mozilla/firefox"; enable = true; profiles.richie = { extensions.packages = with inputs.firefox-addons.packages.x86_64-linux; [