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

9 lines
180 B
Nix

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