home: remove librewolf
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-09-24 21:17:59 -04:00
parent 70a5c91307
commit 617b3343e4
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 0 additions and 42 deletions

View file

@ -1,41 +0,0 @@
_: {
programs.librewolf = {
enable = false;
settings = {
"webgl.disabled" = false;
"webgl.force-enabled" = true;
"webgl.enable-webgl2" = true;
"privacy.resistFingerprinting" = false;
"browser.warnOnQuitShortcut" = false;
"identity.fxaccounts.enabled" = false;
"browser.sessionstore.resume_from_crash" = true;
"privacy.resistFingerprinting.letterboxing" = false;
"privacy.clearOnShutdown.history" = false;
"privacy.clearOnShutdown.downloads" = true;
"privacy.clearOnShutdown.cookies" = false;
"security.OCSP.require" = false;
"browser.toolbars.bookmarks.visibility" = "always";
"browser.startup.homepage" = "http://dashboard.lab/";
};
};
# enable librewolf as the default browser, with some extra config
xdg.mimeApps = {
enable = true;
defaultApplications = {
"x-scheme-handler/discord-409416265891971072" = ["discord-409416265891971072.desktop"];
"x-scheme-handler/discord-402572971681644545" = ["discord-402572971681644545.desktop"];
"x-scheme-handler/discord-696343075731144724" = ["discord-696343075731144724.desktop"];
"x-scheme-handler/http" = ["brave.desktop"];
"x-scheme-handler/https" = ["brave.desktop"];
"x-scheme-handler/chrome" = ["brave.desktop"];
"text/html" = ["brave.desktop"];
"application/x-extension-htm" = ["brave.desktop"];
"application/x-extension-html" = ["brave.desktop"];
"application/x-extension-shtml" = ["brave.desktop"];
"application/xhtml+xml" = ["brave.desktop"];
"application/x-extension-xhtml" = ["brave.desktop"];
"application/x-extension-xht" = ["brave.desktop"];
};
};
}

View file

@ -1,7 +1,6 @@
{pkgs, ...}: {
imports = [
../../home
../../home/librewolf
../../home/wezterm
../../home/zathura
../../home/gtk