From c8cb7b686d70bdac9af87a6a4566b3a8afa4d6d3 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 1 Aug 2023 17:31:13 +0800 Subject: [PATCH] profiles/dev: add flags for Atuin --- modules/home-manager/profiles/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/profiles/dev.nix b/modules/home-manager/profiles/dev.nix index 4dcbf10a..ead018bb 100644 --- a/modules/home-manager/profiles/dev.nix +++ b/modules/home-manager/profiles/dev.nix @@ -123,6 +123,7 @@ in { # before doing questionable things. programs.atuin = { enable = true; + flags = [ "--disable-up-arrow" ]; settings = { search_mode = "fuzzy"; filter_mode = "global";