Re-add Starship prompt

This commit is contained in:
Oliver Davies 2024-01-26 00:37:27 +00:00
parent 9feefa1fb4
commit 2124d90136
3 changed files with 5 additions and 0 deletions

View file

@ -11,6 +11,7 @@
imports = [
(import ./modules/neovim.nix { inherit inputs; })
./modules/git.nix
./modules/starship.nix
./modules/tmux.nix
./modules/zsh.nix
];

View file

@ -0,0 +1,3 @@
{
programs.starship.enable = true;
}