mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 10:36:11 +01:00
zsh mods
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
cli = import ../aliases.nix;
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
# zsh-autosuggestions
|
||||
# zsh-powerlevel10k
|
||||
# zsh-prezto
|
||||
zsh-autosuggestions
|
||||
zsh-powerlevel10k
|
||||
zsh-prezto
|
||||
];
|
||||
|
||||
programs.zsh = {
|
||||
@@ -39,17 +39,17 @@ in {
|
||||
# ];
|
||||
# };
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "vi-mode" ];
|
||||
};
|
||||
|
||||
prezto = {
|
||||
enable = true;
|
||||
tmux = {
|
||||
autoStartLocal = true;
|
||||
autoStartRemote = true;
|
||||
};
|
||||
};
|
||||
# oh-my-zsh = {
|
||||
# enable = true;
|
||||
# plugins = [ "git" "vi-mode" ];
|
||||
# };
|
||||
#
|
||||
# prezto = {
|
||||
# enable = true;
|
||||
# tmux = {
|
||||
# autoStartLocal = true;
|
||||
# autoStartRemote = true;
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user