9 lines
122 B
Nix
9 lines
122 B
Nix
{ ... }: {
|
|
programs.neomutt = {
|
|
enable = true;
|
|
sidebar = {
|
|
enable = true;
|
|
width = 20;
|
|
};
|
|
};
|
|
}
|