1
0
Fork 0
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:
Patrick Stevens 2025-04-27 20:27:52 +01:00 committed by GitHub
parent 0fbd8207e9
commit adb3fbc584
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 != [ ]) [
''