From 95b71a562f91556fad2d4f44965afe13eda5ea61 Mon Sep 17 00:00:00 2001 From: kenji Date: Sat, 27 Dec 2025 23:03:06 -0600 Subject: [PATCH] feat(walker): add emoji --- apps/walker/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/walker/home.nix b/apps/walker/home.nix index c263a23..77d2114 100644 --- a/apps/walker/home.nix +++ b/apps/walker/home.nix @@ -435,7 +435,7 @@ ]; symbols = [ { - action = "run_cmd"; + action = "copy"; label = "select"; default = true; bind = "Return"; @@ -443,7 +443,7 @@ ]; unicode = [ { - action = "run_cmd"; + action = "copy"; label = "select"; default = true; bind = "Return";