h002 being weird, but it is working tty now
This commit is contained in:
parent
aa3653e8c2
commit
1ec7eadcb8
11 changed files with 293 additions and 20 deletions
14
users/_common/components/home_manager/atuin.nix
Normal file
14
users/_common/components/home_manager/atuin.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue