Ability to define configuration declaratively using Policies? #1681
johnhamelink
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been customising my Firefox configuration declaratively using Nix, and I'm using a custom UserChrome.css which makes use of Sidebery to provide a vertical tab UI. It'd be very nice indeed if I could define the config for this extension using a policy, because then I could include it in my nix configuration.
It is already possible to configure ublock origin this was as can be seen here: https://discourse.nixos.org/t/declare-firefox-extensions-and-settings/36265/26
This thread goes into detail about how ublock origin does this: libredirect/browser_extension#905 (comment)
If this feature was enabled, then it'd be possible to use nix to set the configuration declaratively - nothing else would be required.
Beta Was this translation helpful? Give feedback.
All reactions