hm: recursively add the script links
This commit is contained in:
parent
550d26cc40
commit
2faf2af8f3
|
@ -251,7 +251,10 @@
|
|||
};
|
||||
|
||||
# My utility scripts
|
||||
".local/share/scripts".source = ./scripts;
|
||||
".local/share/scripts" = {
|
||||
source = ./scripts;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
|
||||
## Theming
|
||||
|
|
Loading…
Reference in a new issue