add a new wallpaper

This commit is contained in:
EdenQwQ 2025-07-09 11:57:17 +08:00
parent ee5fc4f911
commit 698e3a0b8e
2 changed files with 9 additions and 0 deletions

View file

@ -77,5 +77,9 @@
name = "android-nautilus.jpg";
convertMethod = "gonord";
}
{
name = "city.jpeg";
convertMethod = "gonord";
}
];
}

View file

@ -71,6 +71,11 @@ let
url = "https://i.imgur.com/53Azuew.jpg";
sha256 = "09qaj2nzlsk3xv88lsawpy3dnhw5vjcgs1r4ski9wdknbnxvl3b2";
}
{
name = "city.jpeg";
url = "https://i.imgur.com/F8WcIQK.jpeg";
sha256 = "1y4mvy26iq284p8b2xh2ygbjfw9r00v9d77hjjw4wmnc3216v1jy";
}
];
wallpaperSrcs = map fetchurl wallpapers;