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 = {