Explain where to find palette.html on non-NixOS (#33)

Fixes #30.
This commit is contained in:
Damien Cassou 2023-02-15 18:22:39 +01:00 committed by GitHub
parent 519037622a
commit 1fe620487b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,8 +116,13 @@ option:
stylix.polarity = "dark";
```
After rebuilding, the full theme can be previewed at
`file:///etc/stylix/palette.html` in a web browser.
After rebuilding, the full theme can be previewed in a web browser by
opening either of these files:
- `/etc/stylix/palette.html` if you are using NixOS, or
- `$XDG_CONFIG_HOME/stylix/palette.html` (by default
`~/.config/stylix/palette.html`) if you are using home-manager
without NixOS.
### Manual color schemes