{ config, pkgs, ... }: { programs.swaylock = { enable = true; settings = { #image = "$WALLPAPER"; image = builtins.toString ./gnu.png; color = "000000"; }; }; } # vim: ts=2