From d0c24e5f3f43a8eb31c57ea45d858a77329d4bf7 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Wed, 27 Jul 2022 12:47:35 +0100 Subject: [PATCH] Add Cachix details to README :memo: --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a1097114..849ab244 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,18 @@ for example: Stylix relies on [Home Manager](https://github.com/nix-community/home-manager) for a lot of its work, so that needs to be imported too. +## Binary cache + +Stylix includes a Haskell program which generates color palettes. +To avoid compiling this from source, add the following settings: + +```nix +nix.settings = { + substituters = "https://danth.cachix.org"; + trusted-public-keys = "danth.cachix.org-1:wpodfSL7suXRc/rJDZZUptMa1t4MJ795hemRN0q84vI="; +}; +``` + ## Wallpaper To get started, you need to set a wallpaper image.