1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 18:51:04 +02:00

docs(readme): add nixpkgs details

Resolves #303.
This commit is contained in:
Jake Stanger 2023-09-16 22:57:40 +01:00
parent 71ea185a65
commit ccc6ff2d94
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -75,7 +75,15 @@ cargo install ironbar
yay -S ironbar-git yay -S ironbar-git
``` ```
### Nix Flake ### Nix
[nix package](https://search.nixos.org/packages?channel=unstable&show=ironbar)
```sh
nix-shell -p ironbar
```
#### Flake
A flake is included with the repo which can be used with Home Manager. A flake is included with the repo which can be used with Home Manager.