nix/home-manager/common/software/cli/neomutt.nix

10 lines
122 B
Nix
Raw Normal View History

2024-05-07 01:12:14 +02:00
{ ... }: {
programs.neomutt = {
enable = true;
sidebar = {
enable = true;
width = 20;
};
};
}