From 4ff6334856e61c084ee7c19d33c80da73e0828d3 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Fri, 29 Sep 2023 11:48:34 +0200 Subject: [PATCH] anyrun: Set max_entries for applications to 100 --- home-manager/modules/anyrun/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/anyrun/default.nix b/home-manager/modules/anyrun/default.nix index 8ffbf2f..6b605ff 100644 --- a/home-manager/modules/anyrun/default.nix +++ b/home-manager/modules/anyrun/default.nix @@ -30,7 +30,7 @@ in "applications.ron".text = '' Config( desktop_actions: true, - max_entries: 0, + max_entries: 100, terminal: Some("${config.wayland.windowManager.sway.config.terminal}") ) '';