home managing, attempt 2

This commit is contained in:
k3t
2026-03-12 07:17:02 -06:00
parent 8307d9bd72
commit ceda663361
9 changed files with 190 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
{
programs.zsh = {
enable = true;
enableCompletion = true;
enableVteIntegration = true;
autocd = true;
autosuggestion.enable = true;
oh-my-zsh = {
enable = true;
plugins = [
"git" "sudo"
];
theme = "agnoster";
};
};
}