home/wpaperd: Add wpaperd for automatic wallpaper cycling
This commit is contained in:
8
modules/factory/wpaperd.nix
Normal file
8
modules/factory/wpaperd.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
config.flake.factory.wpaperd = config: {
|
||||
services.wpaperd = {
|
||||
enable = true;
|
||||
settings = config;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user