Updating to latest home-manager spec

This commit is contained in:
2023-06-29 09:43:02 -06:00
parent 6efb037daa
commit 31c6c1f728

View File

@@ -138,7 +138,7 @@ in
programs.zsh = {
enable = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "httpie" "aws" "fd" "fzf" "mosh" "npm" "ripgrep" "rsync" "sudo" "yarn" "vi-mode" ];