tmux: remove git

This commit is contained in:
John Bowdre 2024-12-22 14:43:35 -06:00
parent 479419c33c
commit 29f6d10bc2
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -1,7 +1,5 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ gitmux ];
programs.tmux = { programs.tmux = {
enable = true; enable = true;
aggressiveResize = true; aggressiveResize = true;
@ -18,7 +16,7 @@
extraConfig = '' extraConfig = ''
# catppuccin theme options # catppuccin theme options
set -g @catppuccin_flavour "mocha" set -g @catppuccin_flavour "mocha"
set -g @catppuccin_status_modules_right "application gitmux cpu weather session" set -g @catppuccin_status_modules_right "application cpu weather session"
set -g @tmux-weather-units "u" set -g @tmux-weather-units "u"
run-shell ${pkgs.tmuxPlugins.catppuccin}/share/tmux-plugins/catppuccin/catppuccin.tmux run-shell ${pkgs.tmuxPlugins.catppuccin}/share/tmux-plugins/catppuccin/catppuccin.tmux
run-shell ${pkgs.tmuxPlugins.cpu}/share/tmux-plugins/cpu/cpu.tmux run-shell ${pkgs.tmuxPlugins.cpu}/share/tmux-plugins/cpu/cpu.tmux