Add starship
This commit is contained in:
parent
5446e5bc9e
commit
219e2387e2
|
@ -6,6 +6,11 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# Enable starship
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
|
Loading…
Reference in a new issue