diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 13:33:27 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 13:33:27 +0100 |
| commit | 0181f4795adf30277ce5b1a04cc19ff32225ff64 (patch) | |
| tree | d501726620bb2c1393993d83b07d308468278e10 /modules | |
| parent | 72aa4da29655fcab198e3c86c2b69ac9072b321d (diff) | |
added missing semicolon
Diffstat (limited to 'modules')
| -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 912e30b..7d3545d 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 ./scrtips.nix + scripts = import ./scrtips.nix; mod = "Mod4"; in { |
