mirror of
https://github.com/nix-community/home-manager
synced 2025-01-05 00:29:48 +01:00
cbf0667037
* neomutt: Fix eval error when primary account not enabled If neomutt is enabled for an account, but not the primary account, the configuration will fail with "list index 0 is out of bounds". This adds the first neomutt-enabled account as a fallback. * neomutt: add regression test/update tests
5 lines
138 B
Nix
5 lines
138 B
Nix
{
|
|
neomutt-simple = ./neomutt.nix;
|
|
neomutt-with-msmtp = ./neomutt-with-msmtp.nix;
|
|
neomutt-not-primary = ./neomutt-not-primary.nix;
|
|
}
|