style: use new wallpaper for dawn
Some checks failed
Check flake / check (push) Has been cancelled

This commit is contained in:
Youwen Wu 2025-03-07 13:30:50 -08:00
parent b03d508ce8
commit 45e7022a8d
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -125,10 +125,11 @@
environment.etc.polarity.text = "dawn";
liminalOS.theming = {
wallpaper = pkgs.fetchurl {
url = "https://w.wallhaven.cc/full/zy/wallhaven-zylmoo.jpg";
hash = "sha256-plyxZKRoUyjD5pXJM03Gr1umS1imcBOuHd/CdXpr1kA=";
url = "https://code.youwen.dev/youwen5/wallpapers/raw/branch/main/aesthetic/inky-colors-light.png";
hash = "sha256-f0esElx8oYYpvewbCrtjI4UN2Ck52X/1CEkWFydNVEI=";
};
base16Scheme = "${pkgs.base16-schemes}/share/themes/oxocarbon-light.yaml";
# base16Scheme = "${pkgs.base16-schemes}/share/themes/oxocarbon-light.yaml";
base16Scheme = null;
polarity = "light";
};
};