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";