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 }: {