diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 13:08:09 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 13:08:09 +0100 |
| commit | 0ff1737e48934988ba8ac2391554d623fa7b4897 (patch) | |
| tree | f8a04dbb7ef7bc2bb34938337dc39b7a5146cc66 /modules/home | |
| parent | d8b6db0983de3576a10dddd9863c9593d843a3d0 (diff) | |
actually fixwed the variable naming
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 2 |
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 9609550..c6704a2 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; }; - app_launcher = import ./dmenu.nix {inherit pkgs vars; }; + app-launcher = import ./dmenu.nix {inherit pkgs vars; }; mod = "Mod4"; in { |
