aboutsummaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-06 13:07:47 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-06 13:07:47 +0100
commitd8b6db0983de3576a10dddd9863c9593d843a3d0 (patch)
treed388dd767a3f4d729bf4f26f293eef5aa224ecda /modules/home
parent3a6162114996beb07b65c582ef35fd0e29097b66 (diff)
fixed i3 to use the proper variable
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/i3wm/nord-blue/i3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix
index e354107..9609550 100644
--- a/modules/home/i3wm/nord-blue/i3.nix
+++ b/modules/home/i3wm/nord-blue/i3.nix
@@ -50,7 +50,7 @@ in
keybindings = lib.mkOptionDefault {
"${mod}+Return" = "exec ${pkgs.alacritty}/bin/alacritty"; # Lanuch alacritty as a terminal
- "${mod}+d" = "exec ${dmenu}"; # Launch dmenu (app launcher)
+ "${mod}+d" = "exec ${app-launcher}"; # Launch dmenu (app launcher)
"${mod}+q" = "kill"; # Close an app (kill the process)
"${mod}+Ctrl+l" = "exec ${lock-screen}"; # Lock screen
"${mod}+Shift+r" = "restart"; # Reload i3