From 1e918535344669103498b7c9bcc27d68e1b70a17 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 5 Feb 2026 13:29:40 +0100 Subject: removed module option to avoid nix attempting to interpret script as a module --- modules/home/i3wm/nord-blue/scripts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home/i3wm') diff --git a/modules/home/i3wm/nord-blue/scripts.nix b/modules/home/i3wm/nord-blue/scripts.nix index ff0696a..60840fc 100644 --- a/modules/home/i3wm/nord-blue/scripts.nix +++ b/modules/home/i3wm/nord-blue/scripts.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs }: { lock-screen = pkgs.writeShellScriptBin "lock-screen" '' -- cgit v1.2.3