diff --git a/home-manager/common/software/cli/neomutt.nix b/home-manager/common/software/cli/neomutt.nix index e69de29b..9e948e1d 100644 --- a/home-manager/common/software/cli/neomutt.nix +++ b/home-manager/common/software/cli/neomutt.nix @@ -0,0 +1,9 @@ +{ ... }: { + programs.neomutt = { + enable = true; + sidebar = { + enable = true; + width = 20; + }; + }; +}