2021-10-05 23:05:22 +02:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
programs = {
|
|
|
|
atuin.enable = true;
|
|
|
|
zsh.enable = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
test.stubs = {
|
|
|
|
atuin = { };
|
|
|
|
bash-preexec = { };
|
|
|
|
};
|
|
|
|
|
|
|
|
nmt.script = ''
|
|
|
|
assertFileExists home-files/.zshrc
|
|
|
|
assertFileContains \
|
|
|
|
home-files/.zshrc \
|
2023-03-15 11:52:48 +01:00
|
|
|
'eval "$(@atuin@/bin/atuin init zsh )"'
|
2021-10-05 23:05:22 +02:00
|
|
|
'';
|
|
|
|
}
|