feat: Changed primary wallpaper

This commit is contained in:
uttarayan21
2025-03-26 03:23:13 +05:30
parent 50a0033557
commit 766d828486
2 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,10 @@
in rec {
inherit getWall;
# Some predefined wallpapers
moon = getWall {
url = "https://w.wallhaven.cc/full/6o/wallhaven-6o1zp7.png";
sha256 = "07c1yc3haa25ik3icqm85ppb5x888adxcyh9pmyz79n7ma8z7sil";
};
lights = getWall {
url = "https://w.wallhaven.cc/full/p2/wallhaven-p2el93.jpg";
sha256 = "1fzxqdrxh7mbd18lgq1kqnzwf1nsgl7rj04idaq35cgf2fh0914v";
@@ -29,5 +33,5 @@ in rec {
};
anime = [frieren_3];
all = [lights shapes cloud skull] ++ anime;
all = [lights shapes cloud skull moon] ++ anime;
}