nix-config/hosts/t480/modules/neomutt.nix

7 lines
72 B
Nix

{
programs.neomutt = {
enable = true;
vimKeys = true;
};
}