wpaperd+tux: Implement wallpaper switching by keybind

required using the unstable version of wpaperd
This commit is contained in:
2026-06-20 04:13:28 +02:00
parent 7fb5a0515a
commit 3fa5ef2441
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
{
config.flake.factory.wpaperd = config: {
config.flake.factory.wpaperd = config: { pkgs, ... }: {
services.wpaperd = {
enable = true;
settings = config;
package = pkgs.unstable.wpaperd;
};
};
}