From 9e9f600f591cd8f359fed3f7342c725c1707c3ae Mon Sep 17 00:00:00 2001 From: panotaka Date: Sat, 25 Nov 2023 23:04:13 -0400 Subject: [PATCH] Add atuin.nix configuration file --- home/shell/atuin.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 home/shell/atuin.nix diff --git a/home/shell/atuin.nix b/home/shell/atuin.nix new file mode 100644 index 0000000..16faab5 --- /dev/null +++ b/home/shell/atuin.nix @@ -0,0 +1,6 @@ +{ + programs.atuin = { + enable = true; + flags = [ "--disable-up-arrow" ]; + }; +}