hyprpaper: update configuration format to support v0.8 (#2087)
Closes: https://github.com/nix-community/stylix/issues/408 Closes: https://github.com/nix-community/stylix/issues/2122 Link: https://github.com/nix-community/stylix/pull/2087 Link: https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: 0xda157 <da157@voidq.com>
This commit is contained in:
parent
a525e4774f
commit
2b727da436
1 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{ mkTarget, ... }:
|
||||
{ lib, mkTarget, ... }:
|
||||
mkTarget {
|
||||
config =
|
||||
{ image }:
|
||||
{
|
||||
services.hyprpaper.settings = {
|
||||
preload = [ "${image}" ];
|
||||
wallpaper = [ ",${image}" ];
|
||||
services.hyprpaper.settings.wallpaper = lib.singleton {
|
||||
monitor = "";
|
||||
path = toString image;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue