Compare commits
No commits in common. "c6715deda1dfb351281b8158a0fd479984378070" and "f6bd7bd16414a9cd1908534a3d58d14d5581c55c" have entirely different histories.
c6715deda1
...
f6bd7bd164
3 changed files with 3 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }: {
|
{ ... }: {
|
||||||
config.modules = {
|
config.modules = {
|
||||||
application = {
|
application = {
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
|
@ -25,9 +25,6 @@
|
||||||
web.firefox = {
|
web.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNixGL = true;
|
enableNixGL = true;
|
||||||
optionalExtensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
|
||||||
okta-browser-plugin
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,15 +9,6 @@
|
||||||
"extensions.getAddons.showPane" = false;
|
"extensions.getAddons.showPane" = false;
|
||||||
"extensions.webservice.discoverURL" = "";
|
"extensions.webservice.discoverURL" = "";
|
||||||
|
|
||||||
# disable pocket extension
|
# disable pocket extention
|
||||||
"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