himalaya: adjust code for v1.0.0-beta.3
This commit is contained in:
parent
0c65bfa3cf
commit
417015af0d
2 changed files with 8 additions and 8 deletions
|
|
@ -169,7 +169,7 @@ in {
|
|||
config.accounts.email.accounts;
|
||||
accountsConfig = lib.mapAttrs mkAccountConfig enabledAccounts;
|
||||
globalConfig = compactAttrs himalaya.settings;
|
||||
allConfig = globalConfig // accountsConfig;
|
||||
allConfig = globalConfig // { accounts = accountsConfig; };
|
||||
in tomlFormat.generate "himalaya-config.toml" allConfig;
|
||||
systemd.user.services = let
|
||||
inherit (config.services.himalaya-watch) enable environment settings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue