mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-09 18:26:54 +00: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;
|
||
|
}
|