From f6306eab82db605a34fddc74fe089be005cb9b1f Mon Sep 17 00:00:00 2001 From: Antoine Martin <antoine@alarsyo.net> Date: Sun, 16 Feb 2025 18:06:14 +0100 Subject: [PATCH] talos: home: try fuzzel for menu --- hosts/talos/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/talos/home.nix b/hosts/talos/home.nix index 06a0ed9..61bc614 100644 --- a/hosts/talos/home.nix +++ b/hosts/talos/home.nix @@ -89,6 +89,9 @@ in { "Return" = "mode default"; }; }; + + menu = "fuzzel --list-executables-in-path"; + startup = [ {command = "shikane";} {command = "waybar";}