Added Heapbyzes Theme to the zsh

This commit is contained in:
fmarkwitz
2023-07-06 13:09:19 +02:00
parent 13f418fef5
commit f2eded1341
+1
View File
@@ -12,6 +12,7 @@ let
config = lib.mkIf cfg.enable {
programs.zsh.enable = true;
programs.zsh.ohMyZsh.enable = true;
programs.zsh.ohMyZsh.theme = "Heapbytes"
users.defaultUserShell = pkgs.zsh;
} ;