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;