zsh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user