nixos/home/fzf.nix
2024-06-07 15:39:33 +02:00

5 lines
54 B
Nix

{...}: {
programs.fzf = {
enable = true;
};
}