My Nix Configuration

[homes.thehedgehog@zaphod] Update wpaperd config

pyrox.dev ceac5311 0e1a3e20

verified
Changed files
+2 -2
nixosModules
homes
thehedgehog-zaphod
+2 -2
nixosModules/homes/thehedgehog-zaphod/default.nix
···
enable = true;
settings = {
default = {
-
path = "${hmConfig.home.homeDirectory}/bgs";
+
path = "${hmConfig.home.homeDirectory}/bgs/wallpapers";
duration = "3h";
sorting = "random";
queue-size = 50;
-
recursive = false;
+
recursive = true;
};
};
};