programs/bash: install nix-bash-completions if completion is enabled
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user