mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
add onedark and a new wallpaper
This commit is contained in:
parent
ebfdfc103e
commit
3062ef88cf
3 changed files with 10 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
isDefault = true;
|
||||
}
|
||||
"everforest"
|
||||
"petrichor-downpour"
|
||||
"onedark"
|
||||
{
|
||||
name = "celestia-lunar-dark";
|
||||
fromImage = {
|
||||
|
|
|
|||
|
|
@ -73,5 +73,9 @@
|
|||
name = "kita.png";
|
||||
convertMethod = "gonord";
|
||||
}
|
||||
{
|
||||
name = "android-nautilus.jpg";
|
||||
convertMethod = "gonord";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -66,6 +66,11 @@ let
|
|||
url = "https://i.imgur.com/fn2kneH.png";
|
||||
sha256 = "1pl9234h48xffyvbkvyg3rdxjw0432p8m0jbx7k8pb1l2d2m09a4";
|
||||
}
|
||||
{
|
||||
name = "android-nautilus.jpg";
|
||||
url = "https://i.imgur.com/53Azuew.jpg";
|
||||
sha256 = "09qaj2nzlsk3xv88lsawpy3dnhw5vjcgs1r4ski9wdknbnxvl3b2";
|
||||
}
|
||||
];
|
||||
|
||||
wallpaperSrcs = map fetchurl wallpapers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue