gah I forgot to stage all my new files
This commit is contained in:
parent
bd5a4b0c0e
commit
9f4c905c03
319 changed files with 12157 additions and 14 deletions
|
@ -541,6 +541,48 @@ in {
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".mozilla/firefox/nw77o6yc.default/chrome" = {
|
||||
source = ../.config/firefox/chrome;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".mozilla/firefox/nw77o6yc.default/user.js" = {
|
||||
text = ''
|
||||
// userchrome.css usercontent.css activate
|
||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
|
||||
// disable new sidebar
|
||||
user_pref("sidebar.revamp", false);
|
||||
|
||||
// Fill SVG Color
|
||||
user_pref("svg.context-properties.content.enabled", true);
|
||||
|
||||
// CSS's `:has()` selector
|
||||
user_pref("layout.css.has-selector.enabled", true);
|
||||
|
||||
// Integrated calculator at urlbar
|
||||
user_pref("browser.urlbar.suggest.calculator", true);
|
||||
|
||||
// Integrated unit convertor at urlbar
|
||||
user_pref("browser.urlbar.unitConversion.enabled", true);
|
||||
|
||||
// Trim URL
|
||||
user_pref("browser.urlbar.trimHttps", true);
|
||||
user_pref("browser.urlbar.trimURLs", true);
|
||||
|
||||
// GTK rounded corners
|
||||
user_pref("widget.gtk.rounded-bottom-corners.enabled", true);
|
||||
|
||||
// Who is bogus? (fixes Sidebery tab dragging on Linux)
|
||||
user_pref("widget.gtk.ignore-bogus-leave-notify", 1);
|
||||
'';
|
||||
};
|
||||
|
||||
home.file.".config/tridactyl" = {
|
||||
source = ../.config/tridactyl;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-wayland.override {
|
||||
|
@ -891,20 +933,6 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
home.file.".mozilla/firefox/nw77o6yc.default/chrome" = {
|
||||
source = ../.config/firefox/chrome;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".mozilla/firefox/nw77o6yc.default/user.js" = {
|
||||
source = ../.config/firefox/user.js;
|
||||
};
|
||||
|
||||
home.file.".config/tridactyl" = {
|
||||
source = ../.config/tridactyl;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
programs.rbw.enable = true;
|
||||
home.file.".config/rbw" = {
|
||||
source = ../.config/rbw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue