Compare commits

..

No commits in common. "7a6d405844078ce2ec0ddbe31a1a59af110d1263" and "f4bc2a1df0e310fdf16d9b52f74b62455d875497" have entirely different histories.

View file

@ -61,20 +61,6 @@ sudo dnf copr enable errornointernet/quickshell
sudo dnf install quickshell
```
## Guix
Quickshell's source repository works as a channel. Add the following to your channel list:
```scheme
(channel
(name quickshell)
(url "https://git.outfoxxed.me/outfoxxed/quickshell")
(branch "master"))
```
Then, you can install the package via `guix install quickshell-git` or by adding `quickshell-git` to your system or home definition.
You can also clone the repository and use `guix shell -f quickshell.scm` to try out the package.
### Manual build
See [BUILD.md](https://git.outfoxxed.me/quickshell/quickshell/src/branch/master/BUILD.md)
for build instructions and configurations.