diff --git a/configuration.nix b/configuration.nix index 061aa55..9d76c29 100644 --- a/configuration.nix +++ b/configuration.nix @@ -31,13 +31,7 @@ networking.firewall.checkReversePath = "loose"; networking.firewall.interfaces."tailscale0".allowedTCPPorts = [ 4096 ]; - services.tailscale = { - enable = true; - extraSetFlags = [ - "--exit-node=us-sjc-wg-401.mullvad.ts.net" - "--exit-node-allow-lan-access" - ]; - }; + services.tailscale.enable = true; time.timeZone = "America/Los_Angeles"; i18n.defaultLocale = "en_US.UTF-8"; diff --git a/home.nix b/home.nix index a07e68d..365fe6e 100644 --- a/home.nix +++ b/home.nix @@ -259,18 +259,6 @@ in enable = true; enableBashIntegration = false; - layouts.tabs-and-mode = '' - layout { - pane - pane size=1 borderless=true { - plugin location="status-bar" - } - pane size=1 borderless=true { - plugin location="tab-bar" - } - } - ''; - layouts.zoxide-picker = '' layout { pane command="${zellijNewTabZoxide}/bin/zellij-new-tab-zoxide" close_on_exit=true @@ -283,9 +271,8 @@ in settings = { # Default shell (using bash as configured in your system) default_shell = "bash"; - default_layout = "tabs-and-mode"; + default_layout = "compact"; pane_frames = false; - simplified_ui = true; # Mouse and interaction settings - enable for proper pane handling mouse_mode = true; @@ -295,12 +282,6 @@ in show_release_notes = false; on_force_close = "detach"; - - ui = { - pane_frames = { - hide_session_name = true; - }; - }; }; extraConfig = ''