mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 12:42:18 +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, ... }: {
|
{ 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
|
||||||
|
|
Loading…
Reference in a new issue