mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
Add Cachix details to README 📝
This commit is contained in:
parent
5dc1f3cdea
commit
d0c24e5f3f
1 changed files with 12 additions and 0 deletions
12
README.md
12
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.
|
||||
|
|
Loading…
Reference in a new issue