feat(programs): add tmux
This commit is contained in:
parent
69454aba52
commit
52650a3c84
9 changed files with 67 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{ config
|
||||
, pkgs
|
||||
, flavor
|
||||
, rosewater
|
||||
, flamingo
|
||||
, pink
|
||||
|
|
@ -127,6 +129,12 @@
|
|||
color7 #${subtext1}
|
||||
color15 #${subtext0}
|
||||
'';
|
||||
tmux.plugins = with pkgs.tmuxPlugins; [
|
||||
{
|
||||
plugin = catppuccin;
|
||||
extraConfig = "set -g @catppuccin_flavour '${flavor}'";
|
||||
}
|
||||
];
|
||||
zathura.extraConfig = ''
|
||||
set window-title-basename "true"
|
||||
set selection-clipboard "clipboard"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue