Update
This commit is contained in:
parent
2257940ab7
commit
1dd21f73ad
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, pkgs-unstable, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
# swaylock-effects has extra effects like image blur and stuff.
|
||||
package = pkgs-unstable.swaylock-effects;
|
||||
package = pkgs.swaylock-effects;
|
||||
settings = {
|
||||
# All <color> options are of the form <rrggbb[aa]>.
|
||||
# font-size = 96;
|
||||
|
|
Loading…
Reference in a new issue