From f527faf1817bd6068646d60d8918cb9852dc8d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sat, 24 May 2025 00:36:59 +0200 Subject: [PATCH] feat(shell): enable starship prompt --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index 9d5c09b..6aa0d6c 100644 --- a/home.nix +++ b/home.nix @@ -426,4 +426,8 @@ in { git = true; icons = true; }; + + programs.starship = { + enable = true; + }; }