mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
add a new wallpaper
This commit is contained in:
parent
ee5fc4f911
commit
698e3a0b8e
2 changed files with 9 additions and 0 deletions
|
|
@ -77,5 +77,9 @@
|
|||
name = "android-nautilus.jpg";
|
||||
convertMethod = "gonord";
|
||||
}
|
||||
{
|
||||
name = "city.jpeg";
|
||||
convertMethod = "gonord";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue