{ lib, ... }: { options.assets = lib.mkOption { type = lib.types.attrs; default = { wallpaper = ../assets/wallpaper.png; }; }; }