mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
neomutt: use correct neomutt in config file (#6915)
This commit is contained in:
@@ -507,7 +507,7 @@ in
|
||||
"set crypt_use_gpgme = yes"
|
||||
"alternative_order text/enriched text/plain text"
|
||||
"set delete = yes"
|
||||
(optionalString cfg.vimKeys "source ${pkgs.neomutt}/share/doc/neomutt/vim-keys/vim-keys.rc")
|
||||
(optionalString cfg.vimKeys "source ${cfg.package}/share/doc/neomutt/vim-keys/vim-keys.rc")
|
||||
]
|
||||
++ (lib.optionals (cfg.binds != [ ]) [
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user