summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-05 13:21:26 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-05 13:21:26 +0100
commit182a1aacebe22cda76e9985d0dfbc61a8aa02261 (patch)
tree0b58249356616ff01fdd89bdafdc43de50b6bb0d /modules
parent4c0aed29c2376b8e488577904d2f1fae9d9717b4 (diff)
made the script export as a package to $PATH
Diffstat (limited to 'modules')
-rw-r--r--modules/home/i3wm/nord-blue/scripts.nix4
1 files changed, 2 insertions, 2 deletions
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