We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03d508 commit 45e7022Copy full SHA for 45e7022
reference/modules/default.nix
@@ -125,10 +125,11 @@
125
environment.etc.polarity.text = "dawn";
126
liminalOS.theming = {
127
wallpaper = pkgs.fetchurl {
128
- url = "https://w.wallhaven.cc/full/zy/wallhaven-zylmoo.jpg";
129
- hash = "sha256-plyxZKRoUyjD5pXJM03Gr1umS1imcBOuHd/CdXpr1kA=";
+ url = "https://code.youwen.dev/youwen5/wallpapers/raw/branch/main/aesthetic/inky-colors-light.png";
+ hash = "sha256-f0esElx8oYYpvewbCrtjI4UN2Ck52X/1CEkWFydNVEI=";
130
};
131
- base16Scheme = "${pkgs.base16-schemes}/share/themes/oxocarbon-light.yaml";
+ # base16Scheme = "${pkgs.base16-schemes}/share/themes/oxocarbon-light.yaml";
132
+ base16Scheme = null;
133
polarity = "light";
134
135
0 commit comments