From 8ca3e7adc067a71e6b5a67a1da84b3d0a6895fc6 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Sun, 10 Nov 2024 12:36:41 +0100 Subject: [PATCH] feat(firefox): remove native tabs --- home/graphical/firefox/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/graphical/firefox/default.nix b/home/graphical/firefox/default.nix index e0ff9be..f9031d9 100644 --- a/home/graphical/firefox/default.nix +++ b/home/graphical/firefox/default.nix @@ -12,6 +12,12 @@ lib.mkIf osConfig.programs.firefox.enable { profiles.ny = { name = "ny"; isDefault = true; + userChrome = '' + /* hides the native tabs */ + #TabsToolbar { + visibility: collapse; + } + ''; search = { default = "DuckDuckGo"; force = true;