chore: remove manual catppuccin in favor of system wide configuration

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-07-20 08:41:24 -03:00
parent 90a879b539
commit 1161933237
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
16 changed files with 61 additions and 142 deletions

View file

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