1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

No more Librewolf

This commit is contained in:
RGBCube 2024-03-15 10:52:41 +03:00
parent 8d193403e2
commit b121195fcd
No known key found for this signature in database
3 changed files with 4 additions and 8 deletions

View file

@ -1,14 +1,10 @@
{ ulib, theme, ... }: with ulib;
desktopHomeConfiguration {
programs.librewolf = enabled {
settings = with theme.font; {
programs.firefox = enabled {
profiles.default.settings = with theme.font; {
"general.autoScroll" = true;
"identity.fxaccounts.enabled" = true;
"privacy.clearOnShutdown.history" = false;
"privacy.resistFingerprinting" = false;
"privacy.donottrackheader.enabled" = true;
"webgl.disabled" = false;
"browser.fixup.domainsuffixwhitelist.idk" = true;

View file

@ -102,7 +102,7 @@
bind = SUPER+ALT, RETURN, exec, kitty
bind = SUPER , RETURN, exec, ghostty --gtk-single-instance=true
bind = SUPER , W , exec, librewolf
bind = SUPER , W , exec, firefox
bind = SUPER , D , exec, discordcanary
bind = SUPER , E , exec, fractal
bind = SUPER , M , exec, thunderbird

View file

@ -32,7 +32,7 @@ desktopHomeConfiguration {
seperate-outputs = true;
rewrite."(.*) - Discord" = "󰙯$1";
rewrite."(.*) Librewolf" = "󰖟$1";
rewrite."(.*) Mozilla Firefox" = "󰖟$1";
rewrite."(.*) nu" = "$1";
};