Format using nixfmt

This commit is contained in:
Oliver Davies 2024-03-18 20:33:28 +00:00
parent a33c74c580
commit b1421c97e1
30 changed files with 184 additions and 265 deletions

View file

@ -200,19 +200,19 @@
plugins = [
{
name = "themes/robbyrussell";
tags = ["from:oh-my-zsh" "as:theme"];
tags = [ "from:oh-my-zsh" "as:theme" ];
}
{
name = "plugin/git";
tags = ["from:oh-my-zsh"];
tags = [ "from:oh-my-zsh" ];
}
{
name = "plugin/vi-mode";
tags = ["from:oh-my-zsh"];
tags = [ "from:oh-my-zsh" ];
}
{name = "mollifier/cd-gitroot";}
{name = "zsh-users/zsh-completions";}
{name = "zsh-users/zsh-syntax-highlighting";}
{ name = "mollifier/cd-gitroot"; }
{ name = "zsh-users/zsh-completions"; }
{ name = "zsh-users/zsh-syntax-highlighting"; }
];
};
};