From 6fcffb259aab9da4b6c1fc98282dc4b506eb93af Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Sat, 21 Mar 2026 22:00:19 +0100 Subject: refactor(home): replace znap with direct zsh plugin sourcing and add packages --- modules/home/zsh.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/home/zsh.nix') diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index d1116da..d2f56f3 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -77,9 +77,9 @@ in znap eval starship 'starship init zsh --print-full-init' znap prompt - znap source marlonrichert/zsh-autocomplete - znap source zsh-users/zsh-autosuggestions - znap source jeffreytse/zsh-vi-mode + source ~/.zsh_repos/marlonrichert/zsh-autocomplete/zsh-autocomplete.plugin.zsh + source ~/.zsh_repos/zsh-users/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh + source ~/.zsh_repos/jeffreytse/zsh-vi-mode/zsh-vi-mode.plugin.zsh for file in ~/.config/zsh/{aliases,path,extras}; do if [[ -r "$file" ]] && [[ -f "$file" ]]; then -- cgit v1.2.3