My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[homes.thehedgehog@zaphod] Update wpaperd config

dish ceac5311 0e1a3e20

+2 -2
+2 -2
nixosModules/homes/thehedgehog-zaphod/default.nix
··· 16 16 enable = true; 17 17 settings = { 18 18 default = { 19 - path = "${hmConfig.home.homeDirectory}/bgs"; 19 + path = "${hmConfig.home.homeDirectory}/bgs/wallpapers"; 20 20 duration = "3h"; 21 21 sorting = "random"; 22 22 queue-size = 50; 23 - recursive = false; 23 + recursive = true; 24 24 }; 25 25 }; 26 26 };