mirror of
https://github.com/youwen5/nixos.git
synced 2025-02-22 03:31:11 -08:00
style: use new wallpaper, oxocarbon light
This commit is contained in:
parent
dff03a8f1d
commit
37e19ecde9
1 changed files with 3 additions and 4 deletions
|
@ -125,11 +125,10 @@
|
||||||
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/ex/wallhaven-exlxjr.jpg";
|
url = "https://w.wallhaven.cc/full/zy/wallhaven-zylmoo.jpg";
|
||||||
hash = "sha256-SZT8hNe58Njf5XMrZvj97XCP2DSycpoc6u17Lc0IH7Y=";
|
hash = "sha256-plyxZKRoUyjD5pXJM03Gr1umS1imcBOuHd/CdXpr1kA=";
|
||||||
};
|
};
|
||||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/oxocarbon-dark.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/oxocarbon-light.yaml";
|
||||||
base16Scheme = null;
|
|
||||||
polarity = "light";
|
polarity = "light";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue