diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-10 21:27:09 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-10 21:27:09 +0200 |
commit | 362b20477d442db3b7d07e1f25005213d12998c5 (patch) | |
tree | 52d3ae39b72fbd3e30f37eb220b4ff37d461916d | |
parent | f1d727cedd8234a69deea8fef7e0474723004b43 (diff) | |
download | nixos-configuration-362b20477d442db3b7d07e1f25005213d12998c5.tar.gz nixos-configuration-362b20477d442db3b7d07e1f25005213d12998c5.tar.bz2 nixos-configuration-362b20477d442db3b7d07e1f25005213d12998c5.zip |
feat(runner): change app runner to wmenu
-rw-r--r-- | common/variables.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |