Compare commits

...

2 Commits

Author SHA1 Message Date
Noah Masur
07b5f855a6 disable firefox autofill 2022-11-16 15:52:24 -05:00
Noah Masur
5178c9f458 fix colorscheme for macbook 2022-11-16 15:52:00 -05:00
2 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,10 @@ darwin.lib.darwinSystem {
{
identityFile = "/Users/Noah.Masur/.ssh/id_ed25519";
gui.enable = true;
colorscheme = (import ../../modules/colorscheme/gruvbox);
theme = {
colors = (import ../../modules/colorscheme/gruvbox).dark;
dark = true;
};
mailUser = globals.user;
networking.hostName = "noah-masur-mac";
nixpkgs.overlays = [ nur.overlay ];

View File

@ -38,6 +38,7 @@
"browser.toolbars.bookmarks.visibility" = "newtab";
"browser.startup.page" = 3; # Restore previous session
"browser.newtabpage.enabled" = false; # Make new tabs blank
"dom.forms.autocomplete.formautofill" = false; # Disable autofill
"general.autoScroll" = true; # Drag middle-mouse to scroll
"services.sync.prefs.sync.general.autoScroll" =
false; # Prevent disabling autoscroll