mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
Compare commits
No commits in common. "52580f096d425797e3d838d36f308ce98945a980" and "571ec8ecb14ce9249ee5a9c115c9742f43381709" have entirely different histories.
52580f096d
...
571ec8ecb1
2 changed files with 4 additions and 8 deletions
|
|
@ -96,7 +96,6 @@ in
|
|||
sponsorblock.uuid = "sponsorBlocker@ajay.app";
|
||||
clearurls.uuid = "{74145f27-f039-47ce-a470-a662b129930a}";
|
||||
languagetool.uuid = "languagetool-webextension@languagetool.org";
|
||||
new-tab-override.uuid = "newtaboverride@agenedia.com";
|
||||
karakeep = {
|
||||
uuid = "addon@karakeep.app";
|
||||
defaultArea = "navbar";
|
||||
|
|
@ -107,7 +106,6 @@ in
|
|||
enable = true;
|
||||
|
||||
profiles.default = {
|
||||
extraConfig = lib.readFile "${inputs.betterfox}/user.js";
|
||||
settings =
|
||||
let
|
||||
uiState = ''{"placements":{"widget-overflow-fixed-list":[],"unified-extensions-area":["sponsorblocker_ajay_app-browser-action","_762f9885-5a13-4abd-9c77-433dcd38b8fd_-browser-action","_446900e4-71c2-419f-a6a7-df9c091e268b_-browser-action","_74145f27-f039-47ce-a470-a662b129930a_-browser-action","ublock0_raymondhill_net-browser-action"],"nav-bar":["back-button","forward-button","stop-reload-button","customizableui-special-spring1","urlbar-container","customizableui-special-spring2","save-to-pocket-button","downloads-button","fxa-toolbar-menu-button","unified-extensions-button","sidebar-button"],"toolbar-menubar":["menubar-items"],"TabsToolbar":["firefox-view-button","tabbrowser-tabs","new-tab-button","alltabs-button"],"PersonalToolbar":["personal-bookmarks"]},"seen":["developer-button","sponsorblocker_ajay_app-browser-action","_762f9885-5a13-4abd-9c77-433dcd38b8fd_-browser-action","_446900e4-71c2-419f-a6a7-df9c091e268b_-browser-action","_74145f27-f039-47ce-a470-a662b129930a_-browser-action","ublock0_raymondhill_net-browser-action"],"dirtyAreaCache":["nav-bar","unified-extensions-area","PersonalToolbar","TabsToolbar","toolbar-menubar"],"currentVersion":20,"newElementCount":5}'';
|
||||
|
|
@ -131,6 +129,8 @@ in
|
|||
"media.eme.enabled" = true;
|
||||
};
|
||||
|
||||
extraConfig = lib.readFile "${inputs.betterfox}/user.js";
|
||||
|
||||
search = lib.mkIf (cfg.searchEngine != null) {
|
||||
force = true;
|
||||
default = "searxng";
|
||||
|
|
|
|||
|
|
@ -144,10 +144,6 @@ in
|
|||
title = "Wiki";
|
||||
url = "https://wiki.nixos.org/wiki/Main_Page";
|
||||
}
|
||||
{
|
||||
title = "NixOS Manual";
|
||||
url = "https://nixos.org/manual/nixos/stable/";
|
||||
}
|
||||
{
|
||||
title = "Packages Search";
|
||||
url = "https://search.nixos.org/packages";
|
||||
|
|
@ -165,8 +161,8 @@ in
|
|||
url = "https://home-manager-options.extranix.com/";
|
||||
}
|
||||
{
|
||||
title = "GitHub Code Search";
|
||||
url = "https://github.com/search?q=lang%3Anix%20&type=code";
|
||||
title = "NixOS Manual";
|
||||
url = "https://nixos.org/manual/nixos/stable/";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue