theme switch

This commit is contained in:
John Lancaster
2025-07-03 04:45:26 +00:00
parent b3b27c5b56
commit 8736ef6520

View File

@@ -25,7 +25,8 @@
}; };
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
theme = "risto"; # theme = "risto";
theme = "agnoster";
plugins = [ plugins = [
"sudo" "sudo"
"dotenv" "dotenv"