From 428c5c57175b422c3d004cae126288f2638618a5 Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 27 Apr 2026 14:31:43 +0530 Subject: [PATCH] feat: restore config path --- hosts/canopus/home.nix | 2 +- modules/home/firefox/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/canopus/home.nix b/hosts/canopus/home.nix index f8ea3fd..b9995c9 100644 --- a/hosts/canopus/home.nix +++ b/hosts/canopus/home.nix @@ -98,10 +98,10 @@ ".rustup" ".cargo" ".steam" + ".mozilla" ".cache/awww" ".cache/spotifyd" ".cache/spotify-player" - ".config/mozilla" ".config/BraveSoftware" ".config/vivaldi" ".config/Antigravity" diff --git a/modules/home/firefox/default.nix b/modules/home/firefox/default.nix index cd70d83..7a2390a 100644 --- a/modules/home/firefox/default.nix +++ b/modules/home/firefox/default.nix @@ -3,7 +3,7 @@ username, ... }: { - home.file.".config/mozilla/firefox/${username}/chrome".source = pkgs.firefox-mod-blur; + home.file.".mozilla/firefox/${username}/chrome".source = pkgs.firefox-mod-blur; programs.firefox = { enable = true;