diff options
Diffstat (limited to 'home/pkgs/lockscreen/default.nix')
| -rw-r--r-- | home/pkgs/lockscreen/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/pkgs/lockscreen/default.nix b/home/pkgs/lockscreen/default.nix index 4da4743..120a727 100644 --- a/home/pkgs/lockscreen/default.nix +++ b/home/pkgs/lockscreen/default.nix @@ -1,4 +1,4 @@ -{ pkgs, backgroundImage ? null, resolution ? "1920x1080" }: +{ lib, pkgs, backgroundImage ? null, resolution ? "1920x1080" }: let useBackgroundImage = backgroundImage != null; in pkgs.runCommand "lockscreen" { envVariable = true; } ('' |
