Add starship

This commit is contained in:
2025-02-27 19:36:22 +01:00
parent 6c135e9c4e
commit f7e6844a5b
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, inputs, ... }:
{
programs.starship = {
enable = true;
enableZshIntegration = true;
};
}