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
7
modules/home/rsydn/shell/starship/default.nix
Normal file
7
modules/home/rsydn/shell/starship/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ lib, ... }: {
|
||||
programs.starship = {
|
||||
enable = lib.mkDefault true;
|
||||
enableNushellIntegration = true;
|
||||
settings = lib.importTOML ./starship.toml;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue