diff --git a/configuration.nix b/configuration.nix index 72e1839..0a0cc93 100644 --- a/configuration.nix +++ b/configuration.nix @@ -88,6 +88,11 @@ QT_PLUGIN_PATH = [ "${pkgs.kdePackages.qtstyleplugin-kvantum}/lib/qt-6/plugins" ]; }; + programs.zsh.enable = true; + users.users.chexit.shell = pkgs.zsh; + programs.zsh.enableCompletion = true; + programs.zsh.autosuggestions.enable = true; + programs.zsh.syntaxHighlighting.enable = true; programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme"; # Configure keymap in X11