cfcd52ff70
GitOrigin-RevId: 70c5b268e10025c70823767f4fb49e240b40151d
14 lines
196 B
Nix
14 lines
196 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.atuin.enable = true;
|
|
|
|
test.stubs = {
|
|
atuin = { };
|
|
bash-preexec = { };
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/atuin/config.toml
|
|
'';
|
|
}
|