10 lines
134 B
Nix
10 lines
134 B
Nix
{ pkgs, ... }: {
|
|
programs.neomutt = {
|
|
enable = true;
|
|
vimKeys = true;
|
|
editor = "nvim";
|
|
# sidebar = {
|
|
# };
|
|
};
|
|
}
|