From 12a1ba83bfdcf7c39d6be1fd4231e7daaf94c4d8 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Wed, 23 Apr 2025 14:50:18 +0300 Subject: [PATCH] shell/fish: add atuin Signed-off-by: unexplrd --- modules/home/programs/shell/fish.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home/programs/shell/fish.nix b/modules/home/programs/shell/fish.nix index 8286c9b..1f801f5 100644 --- a/modules/home/programs/shell/fish.nix +++ b/modules/home/programs/shell/fish.nix @@ -13,6 +13,12 @@ in { }; config = mkIf cfg.enable { programs = { + atuin = { + enable = true; + flags = [ + "--disable-up-arrow" + ]; + }; fish = { enable = true; # friendly interactive shell in rust shellAliases = {