1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-10 18:57:22 +00:00
home-manager/tests/modules/programs/abook/no-settings.nix

10 lines
144 B
Nix
Raw Normal View History

2020-02-29 23:13:12 +01:00
{
config = {
programs.abook.enable = true;
nmt.script = ''
assertPathNotExists home-files/.config/abook/abookrc
'';
};
}