Revert "Remove starship"

This reverts commit 90a1ca81aa.
This commit is contained in:
Oliver Davies 2024-06-02 01:38:24 +01:00
parent 64dd65d4e9
commit e4923e708e
3 changed files with 2 additions and 4 deletions

View file

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

View file

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

View file

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