feat(shell): add atuin
This commit is contained in:
parent
b0f97eb511
commit
33f753e011
2 changed files with 17 additions and 0 deletions
16
shell/atuin.nix
Normal file
16
shell/atuin.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
atuin = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
auto_sync = true;
|
||||
sync_frequency = "5m";
|
||||
sync_address = "https://atuin.molez.org";
|
||||
update_check = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue