aboutsummaryrefslogtreecommitdiff
path: root/modules/home/i3wm/nord-blue/dmenu.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-06 13:07:20 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-06 13:07:20 +0100
commit3a6162114996beb07b65c582ef35fd0e29097b66 (patch)
tree03dd6b37684251645ec72e05f993cca065224110 /modules/home/i3wm/nord-blue/dmenu.nix
parentcef404fa73b4794340767584a552c5e80b59252c (diff)
renamed wrapper bin name from dmenu to app-launcher to avoid naming conflicts
Diffstat (limited to 'modules/home/i3wm/nord-blue/dmenu.nix')
-rw-r--r--modules/home/i3wm/nord-blue/dmenu.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/dmenu.nix b/modules/home/i3wm/nord-blue/dmenu.nix
index 9e4652c..42be7ab 100644
--- a/modules/home/i3wm/nord-blue/dmenu.nix
+++ b/modules/home/i3wm/nord-blue/dmenu.nix
@@ -1,7 +1,7 @@
{ pkgs, vars }: # <- accept the colors set as an argument
# Wrapper for dmenu that uses your color variables
-pkgs.writeShellScriptBin "dmenu" ''
+pkgs.writeShellScriptBin "app-launcher" ''
#!/usr/bin/env sh
exec ${pkgs.dmenu}/bin/dmenu_run \
-fn 'JetBrains Mono-12' \