Add starship theming

This commit is contained in:
Lillian Violet 2024-04-29 20:41:00 +02:00
parent 165c24b44d
commit 0ffffc4bb8
3 changed files with 51 additions and 6 deletions

View file

@ -6,12 +6,6 @@
pkgs,
...
}: {
# Enable starship
programs.starship = {
enable = true;
catppuccin.enable = true;
};
programs.zoxide = {
enable = true;
};