Home : Hide template dir.

This commit is contained in:
Dmitry Voronin 2024-08-26 11:35:31 +03:00
parent e2de03c1fd
commit 5a99e6f600
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -40,5 +40,5 @@ in {
".parallel/will-cite".text = ""; ".parallel/will-cite".text = "";
".ssh/config".text = ssh.text; ".ssh/config".text = ssh.text;
".Wallpaper".source = config.module.wallpaper.path; ".Wallpaper".source = config.module.wallpaper.path;
"template".source = ./template; ".template".source = ./template;
} }