From 1c7d38bf3d66629d769270468413c97b20e3a479 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Fri, 21 Jun 2024 05:30:53 +0200 Subject: [PATCH] feat(shell): setup starship --- programs/zsh.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/programs/zsh.nix b/programs/zsh.nix index b89b3b1..c9e0ca4 100644 --- a/programs/zsh.nix +++ b/programs/zsh.nix @@ -1,5 +1,11 @@ { - # TODO replace with Starship: https://starship.rs/fr-fr/installing/#declaration-utilisateur-unique-via-home-manager + # see https://starship.rs/fr-fr/installing/#declaration-utilisateur-unique-via-home-manager + programs.starship = + { + enable = true; + enableZshIntegration = true; + }; + programs.zsh = { enable = true; autosuggestion = {