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"