fzf: remove the unnecessary mkIf

This commit is contained in:
arthsmn 2024-12-08 21:00:39 -03:00
parent a181967099
commit 077c3cb19d
No known key found for this signature in database

View file

@ -12,7 +12,7 @@ in
}; };
config = lib.mkIf (cfg.keybindings || cfg.fuzzyCompletion) { config = lib.mkIf (cfg.keybindings || cfg.fuzzyCompletion) {
environment.systemPackages = lib.mkIf (cfg.keybindings || cfg.fuzzyCompletion) [ pkgs.fzf ]; environment.systemPackages = [ pkgs.fzf ];
programs = { programs = {
# load after programs.bash.completion.enable # load after programs.bash.completion.enable