From f347b89513442d969703df925107067742e77c96 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Mon, 13 May 2024 22:35:51 +0530 Subject: [PATCH] feat(shell): Use atuin --- common/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/home.nix b/common/home.nix index a0647d2a..1ce95005 100644 --- a/common/home.nix +++ b/common/home.nix @@ -121,6 +121,11 @@ in { }; programs = { + atuin = { + enable = true; + enableFishIntegration = true; + enableNushellIntegration = true; + }; thefuck = { enable = true; enableFishIntegration = true;