2025-07-03 20:10:07 +08:00
|
|
|
{
|
2025-10-28 23:22:41 +08:00
|
|
|
runCommandLocal,
|
2025-07-03 20:10:07 +08:00
|
|
|
rootPath,
|
2026-01-14 14:21:45 +08:00
|
|
|
}:
|
|
|
|
|
runCommandLocal "wallpapers" {} ''
|
|
|
|
|
mkdir -p $out
|
2025-07-03 20:10:07 +08:00
|
|
|
|
2026-01-14 14:21:45 +08:00
|
|
|
cp ${rootPath + "/assets/wallpaper/01.png"} $out/01.png
|
|
|
|
|
''
|