custom atuin server
This commit is contained in:
parent
a1f70e48a3
commit
5c7facc8c0
1 changed files with 10 additions and 1 deletions
|
@ -15,7 +15,16 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
taskwarrior.enable = true;
|
taskwarrior.enable = true;
|
||||||
atuin.enable = true;
|
atuin = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
auto_sync = true;
|
||||||
|
sync_frequency = "5m";
|
||||||
|
sync_address = "https://atuin.cyplo.dev";
|
||||||
|
search_mode = "prefix";
|
||||||
|
};
|
||||||
|
# flags = [ "--disable-up-arrow" ];
|
||||||
|
};
|
||||||
go.enable = true;
|
go.enable = true;
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
browserpass.enable = true;
|
browserpass.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue