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 = {
|
||||
application = {
|
||||
zathura.enable = true;
|
||||
|
@ -25,9 +25,6 @@
|
|||
web.firefox = {
|
||||
enable = true;
|
||||
enableNixGL = true;
|
||||
optionalExtensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
okta-browser-plugin
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,15 +9,6 @@
|
|||
"extensions.getAddons.showPane" = false;
|
||||
"extensions.webservice.discoverURL" = "";
|
||||
|
||||
# disable pocket extension
|
||||
# disable pocket extention
|
||||
"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;
|
||||
}
|
||||
|
|
|
@ -83,7 +83,7 @@ in
|
|||
search = {
|
||||
force = true;
|
||||
default = "DuckDuckGo";
|
||||
engines = {
|
||||
engines = {
|
||||
"Nix Packages" = {
|
||||
urls = [{
|
||||
template = "https://search.nixos.org/packages";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue