Files
nix-config/modules/factory/wpaperd.nix

9 lines
130 B
Nix

{
config.flake.factory.wpaperd = config: {
services.wpaperd = {
enable = true;
settings = config;
};
};
}