Add starship

This commit is contained in:
Lillian Violet 2024-01-23 14:09:04 +01:00
parent 5446e5bc9e
commit 219e2387e2

View file

@ -6,6 +6,11 @@
pkgs,
...
}: {
# Enable starship
programs.starship = {
enable = true;
};
programs.zsh = {
enable = true;
plugins = [