m 2 zsh: enable autocompletion for nix commands

This commit is contained in:
makefu 2017-05-19 11:53:44 +02:00
parent cef765bc10
commit a16ec260c6
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -44,4 +44,8 @@ in
fi
'';
};
krebs.per-user.${mainUser}.packages = [
pkgs.nix-zsh-completions
];
}