From 8736ef6520c7207fbdd99862c75f07a762ab4d6d Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 3 Jul 2025 04:45:26 +0000 Subject: [PATCH] theme switch --- homeManagerModules/shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeManagerModules/shell.nix b/homeManagerModules/shell.nix index fdb83c3..fe9cb7c 100644 --- a/homeManagerModules/shell.nix +++ b/homeManagerModules/shell.nix @@ -25,7 +25,8 @@ }; oh-my-zsh = { enable = true; - theme = "risto"; + # theme = "risto"; + theme = "agnoster"; plugins = [ "sudo" "dotenv"