mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-05-06 10:16:31 +05:30
feat: restore config path
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user