mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-27 00:48:30 +02:00
updated fzf conf
This commit is contained in:
parent
e96ecb6470
commit
faa8d9bcb0
3 changed files with 9 additions and 4 deletions
7
users/rouven/modules/fzf/default.nix
Normal file
7
users/rouven/modules/fzf/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
tmux.enableShellIntegration = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue