mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Added atuin
This commit is contained in:
parent
2cc10e65ad
commit
beb2130b3b
1 changed files with 8 additions and 0 deletions
|
|
@ -28,6 +28,14 @@
|
|||
PAGER = "less";
|
||||
};
|
||||
programs = {
|
||||
atuin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
sync_address = "https://atuin.home.technicalissues.us";
|
||||
filter_mode_shell_up_key_binding = "host"; # or global, host, directory, etc
|
||||
sync_frequency = "15m";
|
||||
};
|
||||
};
|
||||
bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue