diff --git a/nix/home.nix b/nix/home.nix index b82f13a..a1259f2 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -3,6 +3,19 @@ stateVersion = "24.05"; packages = with pkgs; [ neovim + fzf + bat + git + yazi + zsh + tmux + eza + curl + wget + ripgrep + fd + jq + starship ]; }; }