Updating to latest home-manager spec

master
Dustin Swan 10 months ago
parent 6efb037daa
commit 31c6c1f728
Signed by: dustinswan
GPG Key ID: AB49BD6B2B3A6377

@ -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" ];

Loading…
Cancel
Save