profiles/dev: add flags for Atuin

This commit is contained in:
Gabriel Arazas 2023-08-01 17:31:13 +08:00
parent 58783820cf
commit c8cb7b686d
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -123,6 +123,7 @@ in {
# before doing questionable things. # before doing questionable things.
programs.atuin = { programs.atuin = {
enable = true; enable = true;
flags = [ "--disable-up-arrow" ];
settings = { settings = {
search_mode = "fuzzy"; search_mode = "fuzzy";
filter_mode = "global"; filter_mode = "global";