1
0
forked from extern/nix-config

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
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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