diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-21 22:00:19 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-21 22:00:19 +0100 |
| commit | 6fcffb259aab9da4b6c1fc98282dc4b506eb93af (patch) | |
| tree | 7e1f3b318a247830afdd2a3e712b161b9da941aa /modules/home/default.nix | |
| parent | 4b0b24696049b284812b3c8aae9bca25e24a8731 (diff) | |
| download | dotfiles-6fcffb259aab9da4b6c1fc98282dc4b506eb93af.tar.gz dotfiles-6fcffb259aab9da4b6c1fc98282dc4b506eb93af.zip | |
refactor(home): replace znap with direct zsh plugin sourcing and add packages
Diffstat (limited to 'modules/home/default.nix')
| -rw-r--r-- | modules/home/default.nix | 11 |
1 files changed, 11 insertions, 0 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 |
