My Nix Configuration
2
fork

Configure Feed

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

[homes.thehedgehog-zaphod] remove wpaperd

dish 9020fad4 24fb40dd

-16
-16
nixosModules/homes/thehedgehog-zaphod/default.nix
··· 1 1 { 2 2 pkgs, 3 - config, 4 3 inputs, 5 4 ... 6 5 }: 7 - let 8 - hmConfig = config.home-manager.users.thehedgehog; 9 - in 10 6 { 11 7 home-manager.users.thehedgehog = { 12 8 imports = [ ··· 16 12 pkgs.mindustry 17 13 pkgs.signal-desktop 18 14 ]; 19 - services.wpaperd = { 20 - enable = true; 21 - settings = { 22 - default = { 23 - path = "${hmConfig.home.homeDirectory}/bgs/wallpapers"; 24 - duration = "3h"; 25 - sorting = "random"; 26 - queue-size = 50; 27 - recursive = true; 28 - }; 29 - }; 30 - }; 31 15 py.profiles.desktop.enable = true; 32 16 programs.caelestia = { 33 17 enable = true;