programs/bash: install nix-bash-completions if completion is enabled

This commit is contained in:
Tor Hedin Brønner
2018-02-28 14:54:52 +01:00
parent 30d5c7ce56
commit c58072309c
2 changed files with 10 additions and 0 deletions

View File

@@ -211,6 +211,9 @@ in
"/share/bash-completion"
];
environment.systemPackages = optional cfg.enableCompletion
pkgs.nix-bash-completions;
environment.shells =
[ "/run/current-system/sw/bin/bash"
"/var/run/current-system/sw/bin/bash"