diff --git a/homes/josh/home.nix b/homes/josh/home.nix index 370f982..b34d299 100644 --- a/homes/josh/home.nix +++ b/homes/josh/home.nix @@ -19,6 +19,10 @@ with lib; username = "josh"; homeDirectory = "/home/josh"; stateVersion = "25.11"; + + packages = with pkgs; [ + tldr + ]; }; # Let Home Manager install and manage itself