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 = {
|
config.modules = {
|
||||||
application = {
|
application = {
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
|
@ -25,6 +25,9 @@
|
||||||
web.firefox = {
|
web.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNixGL = true;
|
enableNixGL = true;
|
||||||
|
optionalExtensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
|
okta-browser-plugin
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,15 @@
|
||||||
"extensions.getAddons.showPane" = false;
|
"extensions.getAddons.showPane" = false;
|
||||||
"extensions.webservice.discoverURL" = "";
|
"extensions.webservice.discoverURL" = "";
|
||||||
|
|
||||||
# disable pocket extention
|
# disable pocket extension
|
||||||
"extensions.pocket.enabled" = false;
|
"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