feat(runner): change app runner to wmenu

This commit is contained in:
Zhongheng Liu 2025-01-10 21:27:09 +02:00
commit 362b20477d
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -54,7 +54,7 @@ in
defaultApplications = { defaultApplications = {
terminal = "${pkgs.foot}/bin/footclient"; terminal = "${pkgs.foot}/bin/footclient";
fileManager = "${pkgs.nemo}/bin/nemo"; fileManager = "${pkgs.nemo}/bin/nemo";
appLauncher = "${pkgs.walker}/bin/walker"; appLauncher = "${pkgs.wmenu}/bin/wmenu-run -b";
}; };
usingMusicPlayerDaemon = true; usingMusicPlayerDaemon = true;
}; };