chore: allow non-path wallpapers (eg. fetchurl)

This commit is contained in:
Youwen Wu 2024-12-28 20:56:39 -08:00
parent 2c7423dec5
commit 60db15a7b8
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -24,7 +24,7 @@ in
'';
};
wallpaper = lib.mkOption {
type = lib.types.path;
type = lib.types.anything;
default = "../../../hm/modules/common/shellenv/fastfetch/nixos-logo.png";
description = ''
Path to wallpaper to set as background and generate system colorscehme from.