Add extension policies
This commit is contained in:
parent
a65558d3b8
commit
ac48caed84
1 changed files with 14 additions and 0 deletions
|
|
@ -4,6 +4,20 @@
|
|||
programs.firefox = {
|
||||
enable = true;
|
||||
|
||||
# Policies to configure extension behavior
|
||||
policies = {
|
||||
ExtensionSettings = {
|
||||
# Pin uBlock Origin to toolbar
|
||||
"uBlock0@raymondhill.net" = {
|
||||
default_area = "navbar";
|
||||
};
|
||||
# Pin Linkding Extension to toolbar
|
||||
"{61a05c39-ad45-4086-946f-32adb0a40a9d}" = {
|
||||
default_area = "navbar";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
profiles.yanlin = {
|
||||
id = 0;
|
||||
isDefault = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue