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>
This commit is contained in:
parent
30054cca07
commit
c4b8e80a10
1 changed files with 10 additions and 0 deletions
|
|
@ -25,6 +25,16 @@ mkTarget {
|
|||
};
|
||||
}
|
||||
)
|
||||
(
|
||||
{ image }:
|
||||
{
|
||||
programs.dank-material-shell.session = {
|
||||
wallpaperPath = image;
|
||||
wallpaperPathLight = image;
|
||||
wallpaperPathDark = image;
|
||||
};
|
||||
}
|
||||
)
|
||||
(
|
||||
{ colors }:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue