hm: recursively add the script links

This commit is contained in:
Alexandre Cavalheiro 2024-07-16 00:45:20 -03:00
parent 550d26cc40
commit 2faf2af8f3
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -251,7 +251,10 @@
};
# My utility scripts
".local/share/scripts".source = ./scripts;
".local/share/scripts" = {
source = ./scripts;
recursive = true;
};
};
## Theming