From 60db15a7b85fa2bed8c2556efae5b6e471e36def Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 28 Dec 2024 20:56:39 -0800 Subject: [PATCH] chore: allow non-path wallpapers (eg. fetchurl) --- modules/linux/stylix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/stylix/default.nix b/modules/linux/stylix/default.nix index d54f8ca..d9c7748 100644 --- a/modules/linux/stylix/default.nix +++ b/modules/linux/stylix/default.nix @@ -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.