feat: change shell prompt libs to starship
This commit is contained in:
parent
d80bbce9da
commit
0057636558
3 changed files with 190 additions and 0 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue