Revert "chore: remove manual catppuccin in favor of system wide configuration"

This reverts commit 1161933237.
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-07-22 13:49:55 -03:00
parent 2838e06f07
commit 205119107f
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
16 changed files with 142 additions and 61 deletions

View file

@ -4,5 +4,13 @@
programs.tmux = {
enable = true;
clock24 = true;
plugins = with pkgs.tmuxPlugins; [
{
plugin = catppuccin;
extraConfig = ''
set -g @catppuccin_flavour 'frappe'
'';
}
];
};
}