From 2442d1615160946dfe5fbb7e905c3103e2d7a8ae Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 7 Jan 2026 23:21:27 -0500 Subject: [PATCH] drun --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index c9d4535..01512a7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -169,6 +169,8 @@ ]; extraConfig = { show-icons = true; + display-drun = ""; + drun-display-format = "{name}"; }; }; programs.waybar.enable = true; @@ -210,6 +212,7 @@ nixfmt # nix file formatting openrgb # RGB editor furmark # Room heater + obsidian # note taking ]; };