diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 12:45:31 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 12:45:31 +0100 |
| commit | a6d2aa398265d0f2245947ea01c0960a69691434 (patch) | |
| tree | 42d6fc1267c20e48fe9600fa99b275c6a8cb0bfa /modules/home | |
| parent | d27d66893adec33ca01dbea6db39c352820720fa (diff) | |
actually fixed the misspelled import
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 2a384c4..55cbb22 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; scripts = import ./scripts.nix {inherit pkgs; }; - dmenu = import ./dmneu.nix {inherit pkgs; }; + dmenu = import ./dmenu.nix {inherit pkgs; }; mod = "Mod4"; in { |
