1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-30 21:05:02 +01:00
home-manager/tests/integration/standalone/mu/config-account-without-mu.nix

6 lines
128 B
Nix
Raw Normal View History

2024-12-17 17:28:24 +01:00
{ lib, ... }: {
imports = [ ./config-two-accounts.nix ];
accounts.email.accounts.example2.mu.enable = lib.mkForce false;
}