From 0b448b64ddb58409c6ce35da6370368076d95d92 Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Wed, 3 Jul 2024 20:44:30 +0900 Subject: [PATCH] Configure starship --- modules/home-manager/zsh.nix | 5 +++++ 1 file changed, 5 insertions(+) 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