[feat] Add wezterm.nix
This commit is contained in:
8
config/nix/fzf.nix
Normal file
8
config/nix/fzf.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
package = pkgs.fzf;
|
||||
enableFishIntegration = true;
|
||||
enableShellIntegration = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user