From e1bb817dc8d069b90d8156dc00313fd719300a27 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Wed, 9 Jul 2025 13:26:41 -0400 Subject: [PATCH] minor updates --- dot_config/flake/home/helide/default.nix | 14 ++++++++++++++ dot_config/flake/machines/hinge/home.nix | 2 ++ 2 files changed, 16 insertions(+) diff --git a/dot_config/flake/home/helide/default.nix b/dot_config/flake/home/helide/default.nix index 9bcb7c6..25f639c 100644 --- a/dot_config/flake/home/helide/default.nix +++ b/dot_config/flake/home/helide/default.nix @@ -3,6 +3,11 @@ text = '' [manager] ratio = [0, 4, 0] + + [[input.prepend_keymap]] + on = "" + run = "close" + desc = "Cancel input" [opener] edit = [ @@ -11,6 +16,15 @@ ''; }; + xdg.configFile."helide/keymap.toml" = { + text = '' + [[input.prepend_keymap]] + on = "" + run = "close" + desc = "Cancel input" + ''; + }; + xdg.configFile."helide/,yazi_opener.sh" = { text = '' #!/usr/bin/env bash diff --git a/dot_config/flake/machines/hinge/home.nix b/dot_config/flake/machines/hinge/home.nix index b61a94a..6312812 100644 --- a/dot_config/flake/machines/hinge/home.nix +++ b/dot_config/flake/machines/hinge/home.nix @@ -17,6 +17,8 @@ cmake conan + pre-commit + black ruff