From 2f999d667e1812a315e6c016c1439267f129ff2e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 15 Sep 2022 16:53:58 +0200 Subject: River: Add smart-wallpaper And temp overlay for smart-wallpaper to work with wayland --- overlays/base/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'overlays') diff --git a/overlays/base/default.nix b/overlays/base/default.nix index 3f8b784..63b13a8 100644 --- a/overlays/base/default.nix +++ b/overlays/base/default.nix @@ -74,4 +74,13 @@ final: prev: }; }); + smart-wallpaper = prev.smart-wallpaper.overrideAttrs (old: { + src = prev.fetchFromGitHub { + owner = "Baitinq"; + repo = "smart-wallpaper"; + rev = "a23e6ed658342a405544ebe055ec1ac2fd464484"; + sha256 = "sha256-IymFjyfqNycTLalZBiqmjJP5U6AFefe9BSWn3Mpoz4c="; + }; + }); + } -- cgit 1.4.1