From d4e1e4b891ecb1afca7840fca6b14516350f1397 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 16 Jan 2025 23:09:16 +0000 Subject: [PATCH] Add lots of programs to HM --- nix/home.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ]; }; }