nixos-config/home/terminal/programs/tdf.nix
2024-11-24 19:52:38 +01:00

3 lines
53 B
Nix

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