mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add adm profiles to firefox
This commit is contained in:
parent
2357d72870
commit
053cc25ab9
3 changed files with 350 additions and 16 deletions
|
|
@ -21,6 +21,7 @@
|
|||
EnableTrackingProtection = true;
|
||||
};
|
||||
profiles.default = {
|
||||
id = 0;
|
||||
isDefault = true;
|
||||
userChrome = builtins.readFile ../../../programs/firefox/chrome/userChrome.css;
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
|
|
@ -33,7 +34,6 @@
|
|||
translate-web-pages
|
||||
ublock-origin
|
||||
reddit-enhancement-suite
|
||||
pushbullet
|
||||
sponsorblock
|
||||
web-archives
|
||||
single-file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue