5 lines
98 B
Nix
5 lines
98 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
services.xserver.displayManager.lightdm.background = config.stylix.image;
|
|
}
|