Re-add Starship prompt
This commit is contained in:
parent
9feefa1fb4
commit
2124d90136
3 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
imports = [
|
||||
(import ./modules/neovim.nix { inherit inputs; })
|
||||
./modules/git.nix
|
||||
./modules/starship.nix
|
||||
./modules/tmux.nix
|
||||
./modules/zsh.nix
|
||||
];
|
||||
|
|
3
system/shared/modules/starship.nix
Normal file
3
system/shared/modules/starship.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
programs.starship.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue