Files
nixos-config/home/shell/tldr.nix
2024-11-06 11:20:56 -04:00

6 lines
62 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
tlrc
];
}