fix(swaylock): Add missing pkgs attribute

This commit is contained in:
Donovan Glover
2023-06-17 11:19:41 -04:00
parent 9a71c94b8a
commit 18084be856

View File

@@ -1,3 +1,5 @@
{ pkgs, ... }:
{
programs.swaylock = {
package = pkgs."swaylock-effects";