From c4b8e80a1020e09a1f081ad0f98ce804a6e85acf Mon Sep 17 00:00:00 2001 From: jamie Date: Sat, 28 Feb 2026 16:40:53 +0000 Subject: [PATCH] dank-material-shell/hm: add image config (#2217) Closes: https://github.com/nix-community/stylix/issues/2215 Link: https://github.com/nix-community/stylix/pull/2217 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/dank-material-shell/hm.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/dank-material-shell/hm.nix b/modules/dank-material-shell/hm.nix index b25c5adb..588fa73b 100644 --- a/modules/dank-material-shell/hm.nix +++ b/modules/dank-material-shell/hm.nix @@ -25,6 +25,16 @@ mkTarget { }; } ) + ( + { image }: + { + programs.dank-material-shell.session = { + wallpaperPath = image; + wallpaperPathLight = image; + wallpaperPathDark = image; + }; + } + ) ( { colors }: {