home: init atuin

This commit is contained in:
notohh 2024-02-05 21:24:13 -05:00
parent 78ab3ef4b4
commit 1861347ce6
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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;