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;