nixos-config/home/profiles/terminal/programs/tdf.nix
2025-01-16 10:08:58 +01:00

3 lines
53 B
Nix

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