Re-add Starship prompt
This commit is contained in:
parent
9feefa1fb4
commit
2124d90136
|
@ -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`.
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
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…
Reference in a new issue