WIP BROKEN SYSTEM ATM
This commit is contained in:
parent
2087ee1015
commit
1d9c4beaf3
21 changed files with 767 additions and 93 deletions
15
common/home_manager/programs/atuin.nix
Normal file
15
common/home_manager/programs/atuin.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.atuin = {
|
||||
enableZshIntegration = true;
|
||||
flags = [ "--disable-up-arrow" ];
|
||||
settings = {
|
||||
workspaces = true;
|
||||
exit-mode = "return-query";
|
||||
enter_accept = true;
|
||||
sync_address = "http://100.64.0.2:8888";
|
||||
sync = { records = true; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue