feat(shell): use kitty tabs instead of tmux

main
mandlm 2022-06-29 14:50:16 +02:00
parent 3e4977e02d
commit b7bf313e09
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
4 changed files with 7 additions and 28 deletions

View File

@ -9,6 +9,9 @@
name = "DejaVu Sans Mono"; name = "DejaVu Sans Mono";
size = 12; size = 12;
}; };
settings = {
tab_bar_style = "powerline";
};
}; };
}; };
} }

View File

@ -1,20 +0,0 @@
{ config, lib, pkgs, user, ... }:
{
programs.tmux = {
enable = true;
newSession = true;
keyMode = "vi";
escapeTime = 10;
terminal = "tmux-256color";
extraConfig = ''
set-option -g status off
'';
plugins = with pkgs.tmuxPlugins; [
vim-tmux-navigator
tmux-colors-solarized
];
};
}

View File

@ -8,13 +8,10 @@
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ "direnv" "tmux" "vi-mode" ]; plugins = [
}; "direnv"
"vi-mode"
localVariables = { ];
ZSH_TMUX_AUTOSTART = true;
ZSH_TMUX_AUTOCONNECT = true;
ZSH_TMUX_UNICODE = true;
}; };
}; };
} }

View File

@ -39,7 +39,6 @@
home-manager/kitty.nix home-manager/kitty.nix
home-manager/neovim home-manager/neovim
home-manager/gpg home-manager/gpg
home-manager/tmux.nix
home-manager/zsh.nix home-manager/zsh.nix
home-manager/starship.nix home-manager/starship.nix
home-manager/i3 home-manager/i3