Compare commits
No commits in common. "ede16eb325ce989af88b768b723452b1bfb064fd" and "f3d2b5b586fc4bd49bda7a48cda3c003a6710848" have entirely different histories.
ede16eb325
...
f3d2b5b586
2 changed files with 2 additions and 27 deletions
|
|
@ -31,13 +31,7 @@
|
||||||
networking.firewall.checkReversePath = "loose";
|
networking.firewall.checkReversePath = "loose";
|
||||||
networking.firewall.interfaces."tailscale0".allowedTCPPorts = [ 4096 ];
|
networking.firewall.interfaces."tailscale0".allowedTCPPorts = [ 4096 ];
|
||||||
|
|
||||||
services.tailscale = {
|
services.tailscale.enable = true;
|
||||||
enable = true;
|
|
||||||
extraSetFlags = [
|
|
||||||
"--exit-node=us-sjc-wg-401.mullvad.ts.net"
|
|
||||||
"--exit-node-allow-lan-access"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
time.timeZone = "America/Los_Angeles";
|
time.timeZone = "America/Los_Angeles";
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
|
||||||
21
home.nix
21
home.nix
|
|
@ -259,18 +259,6 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = false;
|
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 = ''
|
layouts.zoxide-picker = ''
|
||||||
layout {
|
layout {
|
||||||
pane command="${zellijNewTabZoxide}/bin/zellij-new-tab-zoxide" close_on_exit=true
|
pane command="${zellijNewTabZoxide}/bin/zellij-new-tab-zoxide" close_on_exit=true
|
||||||
|
|
@ -283,9 +271,8 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
# Default shell (using bash as configured in your system)
|
# Default shell (using bash as configured in your system)
|
||||||
default_shell = "bash";
|
default_shell = "bash";
|
||||||
default_layout = "tabs-and-mode";
|
default_layout = "compact";
|
||||||
pane_frames = false;
|
pane_frames = false;
|
||||||
simplified_ui = true;
|
|
||||||
|
|
||||||
# Mouse and interaction settings - enable for proper pane handling
|
# Mouse and interaction settings - enable for proper pane handling
|
||||||
mouse_mode = true;
|
mouse_mode = true;
|
||||||
|
|
@ -295,12 +282,6 @@ in
|
||||||
show_release_notes = false;
|
show_release_notes = false;
|
||||||
|
|
||||||
on_force_close = "detach";
|
on_force_close = "detach";
|
||||||
|
|
||||||
ui = {
|
|
||||||
pane_frames = {
|
|
||||||
hide_session_name = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue