From 279ba28afaaa634fdaa921172e57ba639adad159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 12 May 2020 18:44:13 +0200 Subject: [PATCH] feat(wallpaper): use my repo --- configs/wallpaper.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configs/wallpaper.nix b/configs/wallpaper.nix index b077a6a..a20979b 100644 --- a/configs/wallpaper.nix +++ b/configs/wallpaper.nix @@ -16,12 +16,18 @@ let rev = "33cad3099919366cea2627f930da9b47609e8554"; sha256 = "1li6rrn016fpgvmnijqhvkp07kj83cjwcjx2l2b3asb99d51814i"; }; + kmein-wallpapers = pkgs.fetchFromGitHub { + owner = "kmein"; + repo = "wallpapers"; + rev = "4d29730bf350e4dbab1845cc4115fbf33eaf51c7"; + sha256 = "0wfpxd3w67ydvg7a0ypbg0yfs5sbvl8vhzna8wi6lw6ca1zv95im"; + }; in { home-manager.users.me = { services.random-background = { enable = true; - imageDirectory = "${luke-smith-wallpapers}/Spacescapes"; + imageDirectory = "${kmein-wallpapers}/meteora"; interval = "1h"; }; };