ref(nix): disable atuin bindings in nix

This commit is contained in:
Léana 江 2024-02-21 09:37:30 +01:00 committed by Léana 江
parent 2a5496aed0
commit af27777066
2 changed files with 1 additions and 5 deletions

View file

@ -35,6 +35,7 @@ in {
programs = {
atuin = {
enable = true;
flags = ["--disable-up-arrow"];
settings = {
style = "full";
show_preview = true;