hyprpaper: disable splash (#2146)
Link: https://github.com/nix-community/stylix/pull/2146 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
908d40690f
commit
590e5c68c4
1 changed files with 6 additions and 3 deletions
|
|
@ -3,9 +3,12 @@ mkTarget {
|
|||
config =
|
||||
{ image }:
|
||||
{
|
||||
services.hyprpaper.settings.wallpaper = lib.singleton {
|
||||
monitor = "";
|
||||
path = image;
|
||||
services.hyprpaper.settings = {
|
||||
wallpaper = lib.singleton {
|
||||
monitor = "";
|
||||
path = image;
|
||||
};
|
||||
splash = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue