mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -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";
|
PAGER = "less";
|
||||||
};
|
};
|
||||||
programs = {
|
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 = {
|
bat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue