diff --git a/option/Wallpaper.nix b/option/Wallpaper.nix index 288a26b..3710be2 100644 --- a/option/Wallpaper.nix +++ b/option/Wallpaper.nix @@ -8,8 +8,8 @@ let cfg = config.module.wallpaper; - url = "https://www.desktophut.com/files/YodlHKEufG9PuGV_Cat%20Lofi%20Live%20Wallpaper.mp4"; - sha256 = "sha256-l76+wlP0Jb/ULqN4bX8eqdwKnIlbOwO3HuCV1DPoXOE="; + url = "https://cloud.voronind.com/s/s4bEjPATjsBoANT/download/winter-night-tiny-glade-moewalls-com.mp4"; + sha256 = "sha256-NQKchMNiKYExboo2owtg9pso4TtskQp0D/cyOYMG1uU="; video = true; # Forse black and white for text. diff --git a/package/homer/Config.nix b/package/homer/Config.nix index d152153..d9956ff 100644 --- a/package/homer/Config.nix +++ b/package/homer/Config.nix @@ -34,10 +34,11 @@ let (mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com") ]) (mkGroup "Wallpaper" "fa-panorama" [ - (mkLink "DesktopHut" "fa-image" "https://www.desktophut.com") - (mkLink "Motion Backgrounds" "fa-image" "https://motionbgs.com") + (mkLink "DesktopHut" "fa-video" "https://www.desktophut.com") + (mkLink "MoeWalls" "fa-video" "https://moewalls.com") + (mkLink "Motion Backgrounds" "fa-video" "https://motionbgs.com") (mkLink "Unsplash" "fa-image" "https://unsplash.com") - (mkLink "Wallhaven" "fa-image" "https://wallhaven.cc/") + (mkLink "Wallhaven" "fa-image" "https://wallhaven.cc") ]) (mkGroup "Pirate" "fa-skull-crossbones" [ (mkLink "1337x" "fa-skull-crossbones" "https://1337x.to")