mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-14 12:19:00 +00:00
home-manager/suites/dev: update changedir command for fzf
This commit is contained in:
parent
c8e26f5e7d
commit
c697504a53
@ -100,7 +100,7 @@ in {
|
||||
# A fuzzy finder that enables fuzzy finding not furry finding, a common misconception.
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
changeDirWidgetCommand = "${fd} --type directory --unrestricted";
|
||||
changeDirWidgetCommand = "${lib.getExe pkgs.fd} --type directory --unrestricted";
|
||||
defaultOptions = let
|
||||
skipDirectories' =
|
||||
lib.concatStringsSep "," config.state.paths.ignoreDirectories;
|
||||
|
Loading…
Reference in New Issue
Block a user