diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 13:35:51 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 13:35:51 +0100 |
| commit | e6998ffd5c73e5cde4bd76c76966b6ddad22d6ad (patch) | |
| tree | 943d762b65b00fd59f7728cd037bfbb32894777c /modules/home | |
| parent | a2932621a4f8c74481161b12d390c2d7831b2d58 (diff) | |
added missing inherit
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 05c5dc5..6948e94 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -2,7 +2,7 @@ let vars = import ./variables.nix; - scripts = import ./scripts.nix; + scripts = import ./scripts.nix {inherit pkgs; }; mod = "Mod4"; in { |
