Compare commits

..

No commits in common. "ede16eb325ce989af88b768b723452b1bfb064fd" and "f3d2b5b586fc4bd49bda7a48cda3c003a6710848" have entirely different histories.

2 changed files with 2 additions and 27 deletions

View file

@ -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";

View file

@ -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 = ''