From 1861347ce60ef709eefec07fc003c28c4edfb994 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 5 Feb 2024 21:24:13 -0500 Subject: [PATCH] home: init atuin --- home/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/home/default.nix b/home/default.nix index 18481a3..c112781 100644 --- a/home/default.nix +++ b/home/default.nix @@ -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;