fucking shit
This commit is contained in:
parent
de742045bd
commit
0fbb7dee11
2 changed files with 10 additions and 9 deletions
|
@ -133,6 +133,7 @@ in {
|
||||||
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
|
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
|
||||||
"services.sync.prefs.sync.extensions.activeThemeID" = "false";
|
"services.sync.prefs.sync.extensions.activeThemeID" = "false";
|
||||||
"middlemouse.paste" = "false";
|
"middlemouse.paste" = "false";
|
||||||
|
"browser.download.dir" = config.home-manager.users.${user}.xdg.userDirs.download;
|
||||||
# https://git.jacekpoz.pl/jacekpoz/niksos/src/branch/master/modules/gui/firefox.nix#L405
|
# https://git.jacekpoz.pl/jacekpoz/niksos/src/branch/master/modules/gui/firefox.nix#L405
|
||||||
# but modified (a bit)
|
# but modified (a bit)
|
||||||
"browser.aboutConfig.showWarning" = false;
|
"browser.aboutConfig.showWarning" = false;
|
||||||
|
|
|
@ -26,14 +26,14 @@ in {
|
||||||
|
|
||||||
userDirs = {
|
userDirs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
desktop = "${HOME}/desktop";
|
desktop = "${HOME}/Desktop";
|
||||||
documents = "${HOME}/documents";
|
documents = "${HOME}/Documents";
|
||||||
download = "${HOME}/downloads";
|
download = "${HOME}/Downloads";
|
||||||
music = "${HOME}/music";
|
music = "${HOME}/Music";
|
||||||
pictures = "${HOME}/pictures";
|
pictures = "${HOME}/Pictures";
|
||||||
publicShare = "${HOME}/public";
|
publicShare = "${HOME}/Public";
|
||||||
templates = "${HOME}/templates";
|
templates = "${HOME}/Templates";
|
||||||
videos = "${HOME}/videos";
|
videos = "${HOME}/Videos";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue