update 10/10/2024

This commit is contained in:
2024-10-10 21:53:43 +09:00
parent 43b7f5dda5
commit ddd508b148
6 changed files with 19 additions and 12 deletions

6
user/dev/tools/tldr.nix Normal file
View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
tldr
];
}