h002 being weird, but it is working tty now

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-11 11:46:42 -05:00
parent aa3653e8c2
commit 1ec7eadcb8
11 changed files with 293 additions and 20 deletions

View file

@ -0,0 +1,14 @@
{ ... }:
{
programs.atuin = {
enable = true;
enableZshIntegration = true;
flags = [ "--disable-up-arrow" ];
settings = {
workspaces = true;
exit-mode = "return-query";
enter_accept = true;
};
};
}