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

8 lines
72 B
Nix
Raw Normal View History

2025-04-05 19:04:23 +01:00
{
programs.neomutt = {
enable = true;
vimKeys = true;
};
}