add zsh suggestions

This commit is contained in:
OCbwoy3
2024-11-09 22:21:24 +02:00
parent 92dfc2af8d
commit 786eb3a018

View File

@@ -39,6 +39,18 @@
xwayland.enable = true; xwayland.enable = true;
}; };
programs.zsh = {
enable = true;
autosuggestions.enable = true;
zsh-autoenv.enable = true;
syntaxHighlighting.enable = true;
ohMyZsh = {
enable = true;
plugins = [ "git" "direnv" "thefuck" ];
theme = "robbyrussell";
};
};
main-user.packages = with pkgs; [ main-user.packages = with pkgs; [
prismlauncher prismlauncher
vesktop vesktop