Add Cachix details to README 📝

This commit is contained in:
Daniel Thwaites 2022-07-27 12:47:35 +01:00
parent 5dc1f3cdea
commit d0c24e5f3f
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

@ -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.