Files
nixos/apps/tte/home.nix
T
2025-12-26 15:33:39 -06:00

6 lines
77 B
Nix

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