2021-11-04 16:42:44 +00:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
programs = {
|
|
|
|
atuin.enable = true;
|
|
|
|
zsh.enable = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
test.stubs = {
|
|
|
|
atuin = { };
|
|
|
|
bash-preexec = { };
|
|
|
|
};
|
|
|
|
|
|
|
|
nmt.script = ''
|
|
|
|
assertFileExists home-files/.zshrc
|
|
|
|
assertFileContains \
|
|
|
|
home-files/.zshrc \
|
2023-08-08 10:19:01 +00:00
|
|
|
'eval "$(@atuin@/bin/atuin init zsh )"'
|
2021-11-04 16:42:44 +00:00
|
|
|
'';
|
|
|
|
}
|