mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29: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 = {
|
xfce4-notifyd = {
|
||||||
"theme" = "Chicago95";
|
"theme" = "Chicago95";
|
||||||
|
"notify-location" = "bottom-right";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue