summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/home/i3wm/nord-blue/dmenu.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/i3wm/nord-blue/dmenu.nix b/modules/home/i3wm/nord-blue/dmenu.nix
index 175b3d1..a145b49 100644
--- a/modules/home/i3wm/nord-blue/dmenu.nix
+++ b/modules/home/i3wm/nord-blue/dmenu.nix
@@ -2,6 +2,9 @@
# Wrapper for dmenu since dmenu itself doesnt have native Home-Manager config nor a config file
+let
+ vars = import ./variables.nix;
+in
{
dmenu = pkgs.writeShellScriptBin "dmenu" ''
#!/usr/bin/env sh