diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 13:07:20 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 13:07:20 +0100 |
| commit | 3a6162114996beb07b65c582ef35fd0e29097b66 (patch) | |
| tree | 03dd6b37684251645ec72e05f993cca065224110 /modules/home/i3wm/nord-blue/i3.nix | |
| parent | cef404fa73b4794340767584a552c5e80b59252c (diff) | |
renamed wrapper bin name from dmenu to app-launcher to avoid naming conflicts
Diffstat (limited to 'modules/home/i3wm/nord-blue/i3.nix')
| -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 c32e205..e354107 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 vars; }; + app_launcher = import ./dmenu.nix {inherit pkgs vars; }; mod = "Mod4"; in { |
