Reapply "Remove starship"

This reverts commit e4923e708e.
This commit is contained in:
Oliver Davies 2024-06-09 20:55:21 +01:00
parent f952e2d6b8
commit 7c06364329
3 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,6 @@
./modules/nnn.nix ./modules/nnn.nix
./modules/phpactor.nix ./modules/phpactor.nix
./modules/ripgrep.nix ./modules/ripgrep.nix
./modules/starship.nix
./modules/syncthing.nix ./modules/syncthing.nix
./modules/tmux.nix ./modules/tmux.nix
./modules/wezterm.nix ./modules/wezterm.nix

View file

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

View file

@ -173,6 +173,10 @@
enable = true; enable = true;
plugins = [ plugins = [
{
name = "themes/robbyrussell";
tags = [ "from:oh-my-zsh" "as:theme" ];
}
{ {
name = "plugin/git"; name = "plugin/git";
tags = [ "from:oh-my-zsh" ]; tags = [ "from:oh-my-zsh" ];