Common/fish: enable catppuccin

This commit is contained in:
Toast 2024-06-06 12:37:03 +02:00
parent 4f61147f8d
commit b7a9debd3b

View file

@ -6,6 +6,7 @@
home-manager.users.toast = {
programs.fish = {
enable = true;
catppuccin.enable = true;
};
};
}