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