added branding

This commit is contained in:
kenji
2025-12-26 16:20:14 -06:00
parent fed7db4fbc
commit 39f692919b
4 changed files with 19 additions and 0 deletions
+3
View File
@@ -2,4 +2,7 @@
home.packages = with pkgs; [
terminaltexteffects
];
home.file.".config/hakase/branding.txt" = {
source = "../../assets/branding.txt";
};
}