mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
Auto enable firefox extensions
This commit is contained in:
parent
e26c0b32bb
commit
032d37ee82
1 changed files with 10 additions and 6 deletions
|
|
@ -276,11 +276,15 @@
|
|||
OfferToSaveLogins = false;
|
||||
PasswordManagerEnabled = false;
|
||||
};
|
||||
profiles.crow.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
bitwarden
|
||||
vimium
|
||||
];
|
||||
};
|
||||
profiles.crow = {
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
bitwarden
|
||||
vimium
|
||||
];
|
||||
settings = {
|
||||
"extensions.autoDisableScopes" = 0; # auto enable our extensions
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue