From d27d66893adec33ca01dbea6db39c352820720fa Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Feb 2026 12:45:04 +0100 Subject: fixed misseplled import and added import of variables into dmenu --- modules/home/i3wm/nord-blue/dmenu.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/home') 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 -- cgit v1.2.3