From 362b20477d442db3b7d07e1f25005213d12998c5 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Fri, 10 Jan 2025 21:27:09 +0200 Subject: [PATCH] feat(runner): change app runner to wmenu --- common/variables.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/variables.nix b/common/variables.nix index 3e76916..3cc6988 100644 --- a/common/variables.nix +++ b/common/variables.nix @@ -54,7 +54,7 @@ in defaultApplications = { terminal = "${pkgs.foot}/bin/footclient"; fileManager = "${pkgs.nemo}/bin/nemo"; - appLauncher = "${pkgs.walker}/bin/walker"; + appLauncher = "${pkgs.wmenu}/bin/wmenu-run -b"; }; usingMusicPlayerDaemon = true; };