From 7579c77002eab7cb635eb8b0ff5b329cbf158791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sun, 29 Dec 2024 12:06:41 +0100 Subject: [PATCH] feat(zsh): install atuin --- home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home.nix b/home.nix index 7b000cd..ba1e855 100644 --- a/home.nix +++ b/home.nix @@ -217,4 +217,9 @@ in { programs.yazi = { enable = true; }; + + programs.atuin = { + enable = true; + enableZshIntegration = true; + }; }