mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/dev: add flags for Atuin
This commit is contained in:
parent
58783820cf
commit
c8cb7b686d
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user