try to prevent unnecessary firefox rebuidl

This commit is contained in:
Noah Masur
2026-01-27 20:32:43 -05:00
parent 49e35403b6
commit 0239a9925c
6 changed files with 19 additions and 30 deletions

View File

@@ -47,6 +47,7 @@ in
vimium
wappalyzer # TODO: only for work profile
pkgs.nmasur.firefox-history-exporter
copy-as-markdown
# saml-tracer
# text-fragment
];
@@ -62,6 +63,7 @@ in
"trailhead.firstrun.didSeeAboutWelcome" = true; # Disable welcome splash
"dom.forms.autocomplete.formautofill" = false; # Disable autofill
"extensions.formautofill.creditCards.enabled" = false; # Disable credit cards
"extensions.autoDisableScopes" = false; # Enable extensions automatically
"dom.payments.defaults.saveAddress" = false; # Disable address save
"general.autoScroll" = true; # Drag middle-mouse to scroll
"services.sync.prefs.sync.general.autoScroll" = false; # Prevent disabling autoscroll

View File

@@ -45,14 +45,6 @@ in
# Runs the script through /bin/sh automatically
# RunAtLoad = true;
StartCalendarInterval = [
{
Hour = 11;
Minute = 45;
}
{
Hour = 3;
Minute = 45;
}
{
Hour = 4;
Minute = 45;

View File

@@ -15,12 +15,6 @@ in
config = lib.mkIf cfg.enable {
nixpkgs.overlays = [
(_final: _prev: {
firefox-unwrapped = pkgs.stable.firefox-unwrapped;
})
];
system.defaults.CustomUserPreferences = {
"com.apple.dock" = {
magnification = true;