This commit is contained in:
2023-02-23 13:05:06 -05:00
parent 3228710d05
commit c508daa397

View File

@@ -91,12 +91,10 @@ programs = {
# size = 10000;
# path = "${config.xdg.dataHome}/zsh/history";
# };
zplug = {
oh-my-zsh = {
enable = true;
plugins = [
{ name = "zsh-users/zsh-autosuggestions"; } # Simple plugin installation
{ name = "romkatv/powerlevel10k"; tags = [ as:theme depth:1 ]; } # Installations with additional options. For the list of options, please refer to Zplug README.
];
plugins = [ "git" "thefuck" ];
theme = "robbyrussell";
};
};