Restructure to use flakes
This commit is contained in:
8
home/fzf.nix
Normal file
8
home/fzf.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ ... }: {
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
fileWidgetCommand = "fd --type f --no-ignore";
|
||||
historyWidgedOptions = [ "--reverse" "--sort" "--exact" ];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user