mirror of
https://github.com/youwen5/nixos.git
synced 2025-03-14 05:01:12 -07:00
This commit is contained in:
parent
b03d508ce8
commit
45e7022a8d
1 changed files with 4 additions and 3 deletions
|
@ -125,10 +125,11 @@
|
||||||
environment.etc.polarity.text = "dawn";
|
environment.etc.polarity.text = "dawn";
|
||||||
liminalOS.theming = {
|
liminalOS.theming = {
|
||||||
wallpaper = pkgs.fetchurl {
|
wallpaper = pkgs.fetchurl {
|
||||||
url = "https://w.wallhaven.cc/full/zy/wallhaven-zylmoo.jpg";
|
url = "https://code.youwen.dev/youwen5/wallpapers/raw/branch/main/aesthetic/inky-colors-light.png";
|
||||||
hash = "sha256-plyxZKRoUyjD5pXJM03Gr1umS1imcBOuHd/CdXpr1kA=";
|
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";
|
polarity = "light";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue