{ config, pkgs, ... }: { programs.swaylock = { settings = { image = "$AWMWALLPAPER"; color = "000000"; }; }; } # vim: ts=2