Compare commits

...

2 Commits

@ -88,7 +88,7 @@
;;ansible ;;ansible
;;biblio ; Writes a PhD for you (citation needed) ;;biblio ; Writes a PhD for you (citation needed)
;;debugger ; FIXME stepping through code, to help you add bugs ;;debugger ; FIXME stepping through code, to help you add bugs
;;direnv direnv
;;docker ;;docker
;;editorconfig ; let someone else argue about tabs vs spaces ;;editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs ;;ein ; tame Jupyter notebooks with emacs

@ -50,6 +50,7 @@ in
"browser.startup.homepage" = "${startpage}"; "browser.startup.homepage" = "${startpage}";
"toolkit.legacyUserProfileCustomizations.stylesheets" = true; "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
"browser.backspace_action" = 0; "browser.backspace_action" = 0;
"extensions.unifiedExtensions.enabled" = false;
}; };
userChrome = builtins.readFile "${firefox-csshacks}/chrome/autohide_toolbox.css"; userChrome = builtins.readFile "${firefox-csshacks}/chrome/autohide_toolbox.css";
}; };

Loading…
Cancel
Save