From 565b8a6ed0f6c8efa4e7c2be51313ec3531804cc Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:07:22 +0200 Subject: [PATCH] get rid of compact mode --- home-manager/firefox/config/annoyances.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/home-manager/firefox/config/annoyances.nix b/home-manager/firefox/config/annoyances.nix index e63b9c5..b2a9764 100644 --- a/home-manager/firefox/config/annoyances.nix +++ b/home-manager/firefox/config/annoyances.nix @@ -52,6 +52,4 @@ "browser.download.dir" = "/tmp"; # Restore previous session automatically "browser.startup.page"= 3; - # Enable compact mode - "browser.uidensity" = 1; }