Compare commits
3 commits
f6bd7bd164
...
c6715deda1
Author | SHA1 | Date | |
---|---|---|---|
c6715deda1 | |||
2b6b323753 | |||
3ce2a3cd73 |
3 changed files with 15 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
config.modules = {
|
||||
application = {
|
||||
zathura.enable = true;
|
||||
|
@ -25,6 +25,9 @@
|
|||
web.firefox = {
|
||||
enable = true;
|
||||
enableNixGL = true;
|
||||
optionalExtensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
okta-browser-plugin
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,6 +9,15 @@
|
|||
"extensions.getAddons.showPane" = false;
|
||||
"extensions.webservice.discoverURL" = "";
|
||||
|
||||
# disable pocket extention
|
||||
# disable pocket extension
|
||||
"extensions.pocket.enabled" = false;
|
||||
|
||||
# disable extensions recommendations
|
||||
"extensions.htmlaboutaddons.recommendations.enabled" = false;
|
||||
|
||||
# Automatically activate extensions
|
||||
"extensions.autoDisableScopes" = 0;
|
||||
|
||||
# Deacticate extensions auto-update
|
||||
"extensions.update.enabled" = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue