diff --git a/home/graphical/firefox/default.nix b/home/graphical/firefox/default.nix
index e0ff9be..ebf726b 100644
--- a/home/graphical/firefox/default.nix
+++ b/home/graphical/firefox/default.nix
@@ -12,6 +12,15 @@ lib.mkIf osConfig.programs.firefox.enable {
     profiles.ny = {
       name = "ny";
       isDefault = true;
+      userChrome = ''
+        /* hides the native tabs */
+        #TabsToolbar {
+            visibility: collapse;
+        }
+      '';
+      settings = {
+        "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
+      };
       search = {
         default = "DuckDuckGo";
         force = true;