aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home/default.nix11
-rw-r--r--modules/home/zsh.nix6
2 files changed, 14 insertions, 3 deletions
diff --git a/modules/home/default.nix b/modules/home/default.nix
index 201f513..e888234 100644
--- a/modules/home/default.nix
+++ b/modules/home/default.nix
@@ -23,10 +23,21 @@
home.packages = with pkgs; [
claude-code
+ delta
+ fzf
+ gh
+ ghq
git-get
+ htop
+ jq
+ lazygit
nodejs_22
+ ripgrep
+ starship
tmux
+ tree
twm
+ yq
];
# Let home-manager manage itself
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