Alphabetise programs

This commit is contained in:
2021-11-19 02:05:38 +00:00
parent aff17be00c
commit 27a35b6b27

View File

@@ -72,23 +72,7 @@
};
programs = {
lazygit = {
enable = true;
settings = {
gui = {
showFileTree = false;
};
};
};
zsh = {
enable = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "fzf" ];
theme = "agnoster";
};
};
git = {
enable = true;
userName = "Daniel Patterson";
@@ -98,8 +82,26 @@
};
};
lazygit = {
enable = true;
settings = {
gui = {
showFileTree = false;
};
};
};
starship.enable = true;
vscode.enable = true;
zsh = {
enable = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "fzf" ];
theme = "agnoster";
};
};
};
}