refactor(shell): remove omz config from users file and add to home-manager
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
syntaxHighlighting.enable = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
theme = "gentoo";
|
||||
#plugins = [ "git" "ssh-agent" ];
|
||||
theme = "agnoster";
|
||||
plugins = [ "git" "ssh-agent" "gpg-agent" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user