1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-20 05:17:28 +02:00
home-manager/tests/modules/programs/atuin/empty-settings.nix
2024-07-10 23:11:15 +02:00

14 lines
212 B
Nix

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