From 9495fc2758a3b0587705323cb26af0b3b5b366dc Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 14 Jan 2025 11:48:58 +0300 Subject: [PATCH] Homer: Add LiveWallpaperPc link. --- package/homer/Config.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package/homer/Config.nix b/package/homer/Config.nix index ead0046..919d80f 100644 --- a/package/homer/Config.nix +++ b/package/homer/Config.nix @@ -50,11 +50,13 @@ let mkImageLink = name: url: mkLink name "fa-image" url; in [ - (mkImageLink "Unsplash" "https://unsplash.com") - (mkImageLink "Wallhaven" "https://wallhaven.cc") (mkVideoLink "DesktopHut" "https://www.desktophut.com") + (mkVideoLink "LiveWallpaperPc" "https://livewallpaperpc.com") (mkVideoLink "MoeWalls" "https://moewalls.com") (mkVideoLink "Motion Backgrounds" "https://motionbgs.com") + ] ++ [ + (mkImageLink "Unsplash" "https://unsplash.com") + (mkImageLink "Wallhaven" "https://wallhaven.cc") ] )) (mkGroup "Pirate" "fa-skull-crossbones" [