Add tldr user package

This commit is contained in:
Joshua Yuen 2026-01-21 20:31:21 -05:00
parent 74e4b690b0
commit 10e483c020
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ with lib;
username = "josh"; username = "josh";
homeDirectory = "/home/josh"; homeDirectory = "/home/josh";
stateVersion = "25.11"; stateVersion = "25.11";
packages = with pkgs; [
tldr
];
}; };
# Let Home Manager install and manage itself # Let Home Manager install and manage itself