mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
neomutt: use correct neomutt in config file (#6915)
This commit is contained in:
parent
0fbd8207e9
commit
adb3fbc584
1 changed files with 1 additions and 1 deletions
|
|
@ -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 != [ ]) [
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue