home/wpaperd: Add wpaperd for automatic wallpaper cycling

This commit is contained in:
2026-03-17 00:09:42 +01:00
parent b23ebe640d
commit dd0ddd7834

View File

@@ -0,0 +1,8 @@
{
config.flake.factory.wpaperd = config: {
services.wpaperd = {
enable = true;
settings = config;
};
};
}