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