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

8 lines
100 B
Nix
Raw Normal View History

2025-04-05 19:04:23 +01:00
{
2025-04-05 23:15:38 +01:00
home-manager.users.opdavies.programs.neomutt = {
2025-04-05 19:04:23 +01:00
enable = true;
vimKeys = true;
};
}