misc: firefox tst removal, ...

This commit is contained in:
Kat Inskip 2024-04-06 12:25:02 -07:00
parent 4932e4fd0d
commit e7aed9e785
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 7 additions and 1 deletions

View file

@ -23,6 +23,7 @@ _: {
}; };
xfce4-notifyd = { xfce4-notifyd = {
"theme" = "Chicago95"; "theme" = "Chicago95";
"notify-location" = "bottom-right";
}; };
}; };

View file

@ -34,7 +34,6 @@
refined-github refined-github
stylus stylus
temporary-containers temporary-containers
tree-style-tab
multi-account-containers multi-account-containers
ublock-origin ublock-origin
violentmonkey violentmonkey
@ -151,7 +150,13 @@
"xpinstall.signatures.required" = false; "xpinstall.signatures.required" = false;
"general.smoothScroll" = false; "general.smoothScroll" = false;
"general.warnOnAboutConfig" = false; "general.warnOnAboutConfig" = false;
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
}; };
userChrome = ''
#urlbar {
font-family: "Monaspace Krypton", monospace;
}
'';
}; };
}; };
}; };