feat: restore config path

This commit is contained in:
tux
2026-04-27 14:31:43 +05:30
parent 5971087593
commit 428c5c5717
2 changed files with 2 additions and 2 deletions

View File

@@ -98,10 +98,10 @@
".rustup" ".rustup"
".cargo" ".cargo"
".steam" ".steam"
".mozilla"
".cache/awww" ".cache/awww"
".cache/spotifyd" ".cache/spotifyd"
".cache/spotify-player" ".cache/spotify-player"
".config/mozilla"
".config/BraveSoftware" ".config/BraveSoftware"
".config/vivaldi" ".config/vivaldi"
".config/Antigravity" ".config/Antigravity"

View File

@@ -3,7 +3,7 @@
username, 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 = { programs.firefox = {
enable = true; enable = true;