Wallpaper : Fix broken readme ref.
This commit is contained in:
parent
884defce20
commit
8857f1169d
|
@ -1,10 +1,10 @@
|
||||||
{ pkgs, ... }: let
|
{ pkgs, ... }: let
|
||||||
|
url = "https://pixeldrain.com/api/file/ppeeEr4d";
|
||||||
|
sha256 = "sha256-CeKigHd9R6Q4axalcWjHySuOj1RuY68niJ4qoQai4rM=";
|
||||||
|
|
||||||
# Sometimes stylix does not generate enough contrast for text.
|
# Sometimes stylix does not generate enough contrast for text.
|
||||||
# This setting forces white text to ensure contrast on dark backgrounds.
|
# This setting forces white text to ensure contrast on dark backgrounds.
|
||||||
forceWhiteText = true;
|
forceWhiteText = true;
|
||||||
|
|
||||||
url = "https://pixeldrain.com/api/file/ppeeEr4d";
|
|
||||||
sha256 = "sha256-CeKigHd9R6Q4axalcWjHySuOj1RuY68niJ4qoQai4rM=";
|
|
||||||
in {
|
in {
|
||||||
inherit forceWhiteText;
|
inherit forceWhiteText;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue