Add starship
This commit is contained in:
parent
494131ece5
commit
9ded78a148
4 changed files with 15 additions and 8 deletions
|
|
@ -76,6 +76,12 @@
|
|||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
interactiveOnly = true;
|
||||
presets = [ "pastel-powerline" ];
|
||||
settings = { };
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs.fish.promptInit = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue