Skip to content

Commit

Permalink
Merge pull request #16 from kiike/docs/nixos_package
Browse files Browse the repository at this point in the history
docs(README): add NixOS installation instructions
  • Loading branch information
FieldofClay authored Apr 26, 2024
2 parents bbc020e + 4d14759 commit d4a7318
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ Arch users can install from AUR using your favourite package manager.
```
pikaur -S hyprland-activewindow
```

### NixOS

NixOS users can use the [unstable channel](https://nixos.wiki/wiki/Nix_channels) to try or install the package.

```
nix-shell -p hyprland-activewindow
```

### Crates.io
It can be installed directly from [crates.io](https://crates.io) with cargo.
```
Expand Down

0 comments on commit d4a7318

Please sign in to comment.