Revert "Reapply "Remove starship""

This reverts commit 7c06364329.
This commit is contained in:
Oliver Davies 2024-06-19 08:25:37 +01:00
parent 1e14953314
commit f0163cd28c
3 changed files with 6 additions and 7 deletions

View file

@ -24,6 +24,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,5 @@
{
programs.starship = {
enable = true;
};
}

View file

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