Initial commit

This commit is contained in:
Henry Sipp
2025-06-28 12:27:26 -05:00
commit 5d3d3d6037
90 changed files with 4365 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{...}: {
programs.zsh = {
enable = true;
autosuggestion.enable = true;
zplug = {
enable = true;
plugins = [
{
name = "plugins/git";
tags = [from:oh-my-zsh];
}
{
name = "fdellwing/zsh-bat";
tags = [as:command];
}
];
};
sessionVariables = {
EDITOR = "nvim";
};
};
}