mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
fzf: remove the unnecessary mkIf
This commit is contained in:
parent
a181967099
commit
077c3cb19d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf (cfg.keybindings || cfg.fuzzyCompletion) {
|
||||
environment.systemPackages = lib.mkIf (cfg.keybindings || cfg.fuzzyCompletion) [ pkgs.fzf ];
|
||||
environment.systemPackages = [ pkgs.fzf ];
|
||||
|
||||
programs = {
|
||||
# load after programs.bash.completion.enable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue