diff --git a/homes/josh/home.nix b/homes/josh/home.nix index 89b41cb..90623d4 100644 --- a/homes/josh/home.nix +++ b/homes/josh/home.nix @@ -24,7 +24,11 @@ in stateVersion = "25.11"; packages = with pkgs; [ + git tldr + tmux + vim-full + wl-clipboard ]; };