WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit c9f95761bb - Show all commits

View file

@ -3,6 +3,7 @@ return function()
local builtin = require("telescope.builtin") local builtin = require("telescope.builtin")
telescope.setup({ telescope.setup({
defaults = { path_display = { "smart" } },
pickers = { find_files = { find_command = { "fd", "-Ht", "f" } } }, pickers = { find_files = { find_command = { "fd", "-Ht", "f" } } },
}) })