1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

zsh: group plugins in a separate directory

Make it more scalable to prevent crowding the main folder.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-07-11 23:17:30 -05:00
parent 26b987cf88
commit 196487c54f
7 changed files with 145 additions and 112 deletions

View file

@ -6,6 +6,14 @@
};
};
test.stubs = {
zsh-abbr = {
outPath = null;
buildScript = ''
mkdir -p $out/share/zsh-abbr/runcoms
'';
};
};
nmt.script = ''
abbreviations=home-files/.config/zsh-abbr/user-abbreviations