Add tldr user package
This commit is contained in:
parent
74e4b690b0
commit
10e483c020
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue