Files
nixos/apps/tte/home.nix
T
2025-12-26 16:20:14 -06:00

9 lines
170 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
terminaltexteffects
];
home.file.".config/hakase/branding.txt" = {
source = "../../assets/branding.txt";
};
}