2023-12-02 10:42:59 +00:00
|
|
|
_: {
|
2023-11-29 10:18:56 +00:00
|
|
|
programs.skim = {
|
|
|
|
enable = true;
|
|
|
|
defaultCommand = "rg --files || fd --type f || find .";
|
|
|
|
# rg --files ran
|
|
|
|
# 4.40 ± 0.44 times faster than fd --type f
|
|
|
|
# 60.39 ± 5.80 times faster than find .
|
|
|
|
};
|
|
|
|
}
|