add(hyprlock): added typewriter animtaion

This commit is contained in:
kenji
2026-01-01 16:56:02 -06:00
parent f2f44f2fdd
commit a85014188f
5 changed files with 123 additions and 11 deletions
+8
View File
@@ -0,0 +1,8 @@
{pkgs, ...}: let
hakase-hyprlock-text-generator = pkgs.writeShellScriptBin "hakase-hyprlock-text-generator" ''
'';
in {
home.packages = [
];
}