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

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