From c34946321f9519b3f6faa06573db989611b0358a Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sun, 2 Jul 2023 10:50:36 +0200 Subject: [PATCH] cli: Enable starship shell prompt --- home/cli.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/cli.nix b/home/cli.nix index c49d362..6510e2c 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -117,6 +117,10 @@ in { }; }; + starship = { + enable = true; + }; + # better cat bat.enable = true;