enable fzf

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-02 07:51:14 +02:00
parent 3ad76bcd69
commit 5cb70e464a
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -80,6 +80,7 @@ toplevel@{ moduleWithSystem, ... }: {
];
};
};
fzf = { enable = true; enableBashIntegration = true; enableZshIntegration = true; };
bat.enable = true;
ssh.enable = true;
gpg.enable = true;