diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 13:06:23 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 13:06:23 +0100 |
| commit | cef404fa73b4794340767584a552c5e80b59252c (patch) | |
| tree | 2db2f60a8bc3469022e724c745ec4dda6b7339d4 /modules/home/i3wm/nord-blue/i3.nix | |
| parent | 729dd959b5d77166b5172d0a946ae4351b46348c (diff) | |
fixed dmenu wrapper to work with global variables
Diffstat (limited to 'modules/home/i3wm/nord-blue/i3.nix')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index 268da64..c32e205 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -3,7 +3,7 @@ let vars = import ./variables.nix; lock-screen = import ./i3lock.nix {inherit pkgs; }; - dmenu = import ./dmenu.nix {inherit pkgs; }; + dmenu = import ./dmenu.nix {inherit pkgs vars; }; mod = "Mod4"; in { @@ -113,7 +113,6 @@ in home.packages = with pkgs; [ dmenu # App launcher i3lock # Lock screen - scripts.lock-screen # Actual lock screen functionality imagemagick # Handle wallpaper resizing for i3-lock polybar # Status bar alacritty # Terminal Emulator |
