feat: change shell prompt libs to starship

This commit is contained in:
Rasyidan Akbar F. 2025-10-27 18:19:57 +07:00
commit 0057636558
3 changed files with 190 additions and 0 deletions

View file

@ -26,6 +26,8 @@ let
formatPathList = paths:
lib.concatMapStrings (path: " \"${path}\"\n") paths;
in {
imports = [ ./starship ];
programs.nushell.enable = lib.mkDefault true;
programs.nushell.extraConfig = ''