mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
changes
This commit is contained in:
parent
5c5e6f0a8f
commit
07f4608853
1 changed files with 10 additions and 10 deletions
|
|
@ -43,6 +43,16 @@ in
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
bookmarks = config.user.bookmarks;
|
bookmarks = config.user.bookmarks;
|
||||||
|
|
||||||
|
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
|
ublock-origin
|
||||||
|
tridactyl
|
||||||
|
#darkreader
|
||||||
|
tampermonkey
|
||||||
|
clearurls
|
||||||
|
passff
|
||||||
|
multi-account-containers
|
||||||
|
];
|
||||||
|
|
||||||
search = {
|
search = {
|
||||||
force = true;
|
force = true;
|
||||||
default = "Google";
|
default = "Google";
|
||||||
|
|
@ -306,16 +316,6 @@ in
|
||||||
|
|
||||||
"media.videocontrols.picture-in-picture.enabled" = false;
|
"media.videocontrols.picture-in-picture.enabled" = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
|
||||||
ublock-origin
|
|
||||||
tridactyl
|
|
||||||
#darkreader
|
|
||||||
tampermonkey
|
|
||||||
clearurls
|
|
||||||
passff
|
|
||||||
multi-account-containers
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue