mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
misc: firefox tst removal, ...
This commit is contained in:
parent
4932e4fd0d
commit
e7aed9e785
2 changed files with 7 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ _: {
|
|||
};
|
||||
xfce4-notifyd = {
|
||||
"theme" = "Chicago95";
|
||||
"notify-location" = "bottom-right";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue