dank-material-shell/hm: add image config (#2217)
Some checks failed
Label Merge Conflicts / conflicts (push) Has been cancelled
Documentation / docs (push) Has been cancelled

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>
This commit is contained in:
jamie 2026-02-28 16:40:53 +00:00 committed by GitHub
parent 30054cca07
commit c4b8e80a10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,16 @@ mkTarget {
};
}
)
(
{ image }:
{
programs.dank-material-shell.session = {
wallpaperPath = image;
wallpaperPathLight = image;
wallpaperPathDark = image;
};
}
)
(
{ colors }:
{