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

@ -10,6 +10,7 @@ Instead of grouping changes by tag, they are grouped by the date they are releas
### Added ### Added
* Re-add the Sharship prompt.
* Add `lazygit`. * Add `lazygit`.
* Add Geist Mono Nerd Font and use it in Alacritty. * Add Geist Mono Nerd Font and use it in Alacritty.
* Add `rclone` and `rclone-browser`. * Add `rclone` and `rclone-browser`.

View file

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

View file

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