mirror of
https://github.com/nix-community/home-manager
synced 2025-01-30 21:05:02 +01:00
6 lines
128 B
Nix
6 lines
128 B
Nix
|
{ lib, ... }: {
|
||
|
imports = [ ./config-two-accounts.nix ];
|
||
|
|
||
|
accounts.email.accounts.example2.mu.enable = lib.mkForce false;
|
||
|
}
|