home: init atuin
This commit is contained in:
parent
78ab3ef4b4
commit
1861347ce6
1 changed files with 12 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
unzip
|
||||
unrar
|
||||
p7zip
|
||||
procs
|
||||
];
|
||||
|
||||
services = {
|
||||
|
@ -41,6 +42,17 @@
|
|||
|
||||
programs = {
|
||||
bat.enable = true;
|
||||
atuin = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
settings = {
|
||||
auto_sync = true;
|
||||
update_check = true;
|
||||
sync_frequency = "5m";
|
||||
sync_address = "http://100.104.42.96:8888";
|
||||
style = "full";
|
||||
};
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
delta.enable = true;
|
||||
|
|
Loading…
Reference in a new issue