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