backup mail and fzf
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{ config, pkgs, inputs, ... }: {
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
||||
Reference in New Issue
Block a user