This commit is contained in:
albert 2024-05-05 18:30:16 +09:00
parent b07b6c445e
commit 891308e0a8
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -1,8 +1,8 @@
{ pkgs, ... }: {
{ pkgs, pkgs-unstable, ... }: {
programs.swaylock = {
enable = true;
# swaylock-effects has extra effects like image blur and stuff.
package = pkgs.swaylock-effects;
package = pkgs-unstable.swaylock-effects;
settings = {
# All <color> options are of the form <rrggbb[aa]>.
# font-size = 96;