summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-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;