forked from mirrors_public/oddlama_nix-config
refactor: move impermanence config to application definition where possible
This commit is contained in:
parent
8990a63a1e
commit
69b0166a6b
8 changed files with 62 additions and 54 deletions
|
@ -150,7 +150,7 @@ in {
|
|||
"dom.push.connection.enabled" = false;
|
||||
"dom.battery.enabled" = false; # you don't need to see my battery...
|
||||
"dom.event.clipboardevents.enabled" = false; # the clipboard is mine, no info leak, except when i want to paste
|
||||
"dom.event.contextmenu.enabled" = false; # no disabling right-clicking..
|
||||
# "dom.event.contextmenu.enabled" = false; # no disabling right-clicking..
|
||||
};
|
||||
|
||||
search = {
|
||||
|
@ -258,9 +258,14 @@ in {
|
|||
};
|
||||
|
||||
home.persistence."/state".directories = [
|
||||
".cache/mozilla"
|
||||
"Downloads"
|
||||
];
|
||||
|
||||
home.persistence."/persist".directories = [
|
||||
".mozilla"
|
||||
];
|
||||
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"text/html" = ["firefox.desktop"];
|
||||
"text/xml" = ["firefox.desktop"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue