better completion via carapace

This commit is contained in:
Christoph Cullmann 2024-07-13 15:12:29 +02:00
parent e8d84abe7f
commit 4b8480e572
No known key found for this signature in database

View file

@ -97,6 +97,12 @@
enableZshIntegration = true;
};
# better completion
programs.carapace = {
enable = true;
enableZshIntegration = true;
};
# better ls, adds la and Co. aliases, too
programs.eza = {
enable = true;