nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 555fba122a763d6edc3532238ab8ac71220e92ff
parent 4386b6ebafc1e5bf7dbb0904397b96709174d3d7
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Tue,  6 Jan 2026 19:16:05 +0000

Missing semicolon

Diffstat:
Mhome/firefox.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home/firefox.nix b/home/firefox.nix @@ -16,7 +16,7 @@ "browser.newtab.extensionControlled" = true; # don't warn new tab page has changed "browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons" = false; # recommend extensions while I browse "browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features" = false; # recommend features while I browse - "browser.startup.couldRestoreSession.count" = "-1" # restore tabs on startup banner + "browser.startup.couldRestoreSession.count" = "-1"; # restore tabs on startup banner "browser.startup.homepage" = "https://breadcat.github.io/startpage/"; "extensions.activeThemeID" = "firefox-compact-dark@mozilla.org"; "extensions.autoDisableScopes" = 0; # enable extensions by default