From 45a468a0b020e9152cf5ccc77da324d8f713bf8e Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 1 Jun 2022 13:17:29 -0400 Subject: [PATCH] Kludge glpaper to lastest version --- modules/sway.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/sway.nix b/modules/sway.nix index 3fc083d..dbefcc9 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -61,7 +61,15 @@ # glib for sound stuff glib # Glpaper for the background - unstable.glpaper + (glpaper.overrideAttrs (old: { + src = fetchFromSourcehut { + owner = "~scoopta"; + repo = "glpaper"; + vc = "hg"; + rev = "f89e60b7941fb60f1069ed51af9c5bb4917aab35"; + hash = "sha256-E7FKjt3NL0aAEibfaq+YS2IVvpjNjInA+Rs8SU63/3M="; + }; + })) # Screenshots sway-contrib.grimshot # Albert for launcher