mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-16 06:19:11 +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.
|
# A fuzzy finder that enables fuzzy finding not furry finding, a common misconception.
|
||||||
programs.fzf = {
|
programs.fzf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
changeDirWidgetCommand = "${fd} --type directory --unrestricted";
|
changeDirWidgetCommand = "${lib.getExe pkgs.fd} --type directory --unrestricted";
|
||||||
defaultOptions = let
|
defaultOptions = let
|
||||||
skipDirectories' =
|
skipDirectories' =
|
||||||
lib.concatStringsSep "," config.state.paths.ignoreDirectories;
|
lib.concatStringsSep "," config.state.paths.ignoreDirectories;
|
||||||
|
Loading…
Reference in New Issue
Block a user