depot/third_party/home-manager/tests/modules/programs/atuin/empty-settings.nix

15 lines
196 B
Nix
Raw Normal View History

{ ... }:
{
programs.atuin.enable = true;
test.stubs = {
atuin = { };
bash-preexec = { };
};
nmt.script = ''
assertPathNotExists home-files/.config/atuin/config.toml
'';
}