summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-07-13 15:12:29 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-07-13 15:12:29 +0200
commit4b8480e572cc01add2102e245a40150e4bf07f67 (patch)
treead3376d85a6b52e27302cdcc63051a028bb55ff8
parente8d84abe7f7c27d71be470cf547c47cc6664242e (diff)
better completion via carapace
-rw-r--r--share/home.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/home.nix b/share/home.nix
index 482d11a..03dbd37 100644
--- a/share/home.nix
+++ b/share/home.nix
@@ -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;