mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 04:32:19 +00:00
tmux: remove git
This commit is contained in:
parent
479419c33c
commit
29f6d10bc2
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
home.packages = with pkgs; [ gitmux ];
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
aggressiveResize = true;
|
||||
|
@ -18,7 +16,7 @@
|
|||
extraConfig = ''
|
||||
# catppuccin theme options
|
||||
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"
|
||||
run-shell ${pkgs.tmuxPlugins.catppuccin}/share/tmux-plugins/catppuccin/catppuccin.tmux
|
||||
run-shell ${pkgs.tmuxPlugins.cpu}/share/tmux-plugins/cpu/cpu.tmux
|
||||
|
|
Loading…
Reference in a new issue