Skip to content

Commit

Permalink
docs(readme): add nixpkgs details
Browse files Browse the repository at this point in the history
Resolves #303.
  • Loading branch information
JakeStanger committed Sep 16, 2023
1 parent 71ea185 commit ccc6ff2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,15 @@ cargo install ironbar
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.

Expand Down Expand Up @@ -170,4 +178,4 @@ All are welcome, but I ask a few basic things to help make things easier. Please
- [Waybar](https://github.com/Alexays/Waybar) - A lot of the initial inspiration, and a pretty great bar.
- [Rustbar](https://github.com/zeroeightysix/rustbar) - Served as a good demo for writing a basic GTK bar in Rust
- [Smithay Client Toolkit](https://github.com/Smithay/client-toolkit) - Essential in being able to communicate to Wayland
- [gtk-layer-shell](https://github.com/wmww/gtk-layer-shell) - Ironbar and many other projects would be impossible without this
- [gtk-layer-shell](https://github.com/wmww/gtk-layer-shell) - Ironbar and many other projects would be impossible without this

0 comments on commit ccc6ff2

Please sign in to comment.