mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
chore: allow non-path wallpapers (eg. fetchurl)
This commit is contained in:
parent
2c7423dec5
commit
60db15a7b8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
wallpaper = lib.mkOption {
|
wallpaper = lib.mkOption {
|
||||||
type = lib.types.path;
|
type = lib.types.anything;
|
||||||
default = "../../../hm/modules/common/shellenv/fastfetch/nixos-logo.png";
|
default = "../../../hm/modules/common/shellenv/fastfetch/nixos-logo.png";
|
||||||
description = ''
|
description = ''
|
||||||
Path to wallpaper to set as background and generate system colorscehme from.
|
Path to wallpaper to set as background and generate system colorscehme from.
|
||||||
|
|
Loading…
Reference in a new issue