Revert "chore: remove manual catppuccin in favor of system wide configuration"
This reverts commit 1161933237
.
This commit is contained in:
parent
2838e06f07
commit
205119107f
16 changed files with 142 additions and 61 deletions
|
@ -4,5 +4,13 @@
|
|||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
plugins = with pkgs.tmuxPlugins; [
|
||||
{
|
||||
plugin = catppuccin;
|
||||
extraConfig = ''
|
||||
set -g @catppuccin_flavour 'frappe'
|
||||
'';
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue