backup mail and fzf

This commit is contained in:
Kopatz
2025-09-14 19:08:35 +02:00
parent 87325a81d7
commit 2ea08b7a20
4 changed files with 15 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
{ config, pkgs, inputs, ... }: {
programs.fzf = {
enable = true;
enableZshIntegration = true;
};
programs.zsh = {
enable = true;
enableCompletion = true;