parent
f952e2d6b8
commit
7c06364329
|
@ -18,7 +18,6 @@
|
|||
./modules/nnn.nix
|
||||
./modules/phpactor.nix
|
||||
./modules/ripgrep.nix
|
||||
./modules/starship.nix
|
||||
./modules/syncthing.nix
|
||||
./modules/tmux.nix
|
||||
./modules/wezterm.nix
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{ programs.starship.enable = true; }
|
|
@ -173,6 +173,10 @@
|
|||
enable = true;
|
||||
|
||||
plugins = [
|
||||
{
|
||||
name = "themes/robbyrussell";
|
||||
tags = [ "from:oh-my-zsh" "as:theme" ];
|
||||
}
|
||||
{
|
||||
name = "plugin/git";
|
||||
tags = [ "from:oh-my-zsh" ];
|
||||
|
|
Loading…
Reference in a new issue