From 182a1aacebe22cda76e9985d0dfbc61a8aa02261 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 5 Feb 2026 13:21:26 +0100 Subject: made the script export as a package to $PATH --- modules/home/i3wm/nord-blue/scripts.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/home/i3wm/nord-blue/scripts.nix b/modules/home/i3wm/nord-blue/scripts.nix index 4c263a1..a52c756 100644 --- a/modules/home/i3wm/nord-blue/scripts.nix +++ b/modules/home/i3wm/nord-blue/scripts.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { - (pkgs.writeShellScriptBin "lock-screen" '' + lock-screen = pkgs.writeShellScriptBin "lock-screen" '' #!/usr/bin/env sh set -eu @@ -20,5 +20,5 @@ i3lock -i "$TMP" - ''); + ''; } \ No newline at end of file -- cgit v1.2.3