mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
add a new wallpaper
This commit is contained in:
parent
27da0e6e22
commit
9c8fedd831
2 changed files with 9 additions and 0 deletions
|
|
@ -79,6 +79,10 @@
|
|||
}
|
||||
{
|
||||
name = "city.jpeg";
|
||||
convertMethod = "lutgen";
|
||||
}
|
||||
{
|
||||
name = "jw-follow-the-wind.jpeg";
|
||||
convertMethod = "gonord";
|
||||
}
|
||||
];
|
||||
|
|
|
|||
|
|
@ -76,6 +76,11 @@ let
|
|||
url = "https://i.imgur.com/F8WcIQK.jpeg";
|
||||
sha256 = "1y4mvy26iq284p8b2xh2ygbjfw9r00v9d77hjjw4wmnc3216v1jy";
|
||||
}
|
||||
{
|
||||
name = "jw-follow-the-wind.jpeg";
|
||||
url = "https://i.imgur.com/eCilr4R.jpeg";
|
||||
sha256 = "1vnnmlxa6bx1yi9b3hh7v5wggwab3k5nx7hxpnc56ld4p1wm3g4l";
|
||||
}
|
||||
];
|
||||
|
||||
wallpaperSrcs = map fetchurl wallpapers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue