aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-06 12:45:04 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-06 12:45:04 +0100
commitd27d66893adec33ca01dbea6db39c352820720fa (patch)
tree1cf72fa566ef4761e0e1e4f68e0ec2ff8df8b0e6 /modules
parente3ff49312d7f7f5471ab3bc266e736022b5d4354 (diff)
fixed misseplled import and added import of variables into dmenu
Diffstat (limited to 'modules')
-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