Austin Horstman
86402a17b6
treewide: flatten single file modules
...
Some files don't need nesting and can be root level again to reduce
conflicts with other PRs.
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-06-23 16:20:26 -05:00
Austin Horstman
4fca600cb1
treewide: implement auto importing for modules
...
Reduce maintenance burden and increase efficiency by automatically
importing modules following a specific convention.
Co-authored-by: awwpotato <awwpotato@voidq.com>
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-06-22 23:58:37 -05:00
Austin Horstman
cba2f9ce95
treewide: reformat nixfmt-rfc-style
...
Reformat repository using new nixfmt-rfc-style.
2025-04-08 08:50:05 -07:00
Austin Horstman
a99c12d23e
antidote: null package support
2025-04-02 21:49:14 -05:00
Austin Horstman
0b491b460f
treewide: remove with lib ( #6735 )
...
Continuation of `with lib;` cleanup.
2025-03-31 22:32:16 -05:00
Austin Horstman
94ea2cb536
treewide: zsh initExtraBeforeCompInit -> initContent
...
Migrating in tree usages of zsh initExtraBeforeCompInit to initContent
before deprecating, matching priority of current option.
2025-03-22 13:46:42 -05:00
Graham Bennett
179f6acaf7
antidote: Use builtins.storeDir ( #5182 )
...
This allows the module to work for non-/nix stores.
2024-03-27 09:45:49 -06:00
Damien Cassou
0962772e0b
antidote: cleanup unused bindings
2023-08-27 22:36:41 +02:00
hitsmaxft
2f78e6fcba
antidote: static file move to /tmp
...
Make antidote create static file path with hm hash_id in /tmp.
2023-07-05 08:30:58 +02:00
hitsmaxft
3bc1bc4012
antidote: fix .dot path
...
Add $HOME to pin .zsh_plugin path, prevents antidote from creating
empty .zsh_plugins.txt in pwd while new zsh process starting.
2023-06-27 08:28:40 +02:00
hitsmaxft
491f74db89
antidote: fix package source path
...
Changes
'source %antidote%/antidote.zsh'
to
'source %antidote%/share/antidote/antidote.zsh'
2023-06-23 09:36:00 +02:00
hitsmaxft
70ac18872a
antidote: add module
...
Antidote is a Zsh plugin manager.
2023-06-23 00:35:00 +02:00