diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 0b4923e..961705d 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -24,4 +24,9 @@ theme = "robbyrussell"; }; }; + + # Configure starship + programs.starship = { + enable = true; + }; } \ No newline at end of file