fixed zsh stuff

This commit is contained in:
2026-04-15 20:59:00 -05:00
parent 13106f09f7
commit 015f7d7048
2 changed files with 9 additions and 5 deletions

View File

@@ -33,4 +33,13 @@
home.stateVersion = "25.11";
programs.home-manager.enable = true;
programs.zsh = {
enable = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "python" "man" ];
theme = "agnoster";
};
};
}