Skip to content

Commit

Permalink
docs: add nix package (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Aug 15, 2023
1 parent b2a0813 commit a3aae4f
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 @@ -25,6 +25,15 @@ https://github.com/hyprland-community/hyprland-autoname-workspaces/wiki/FAQ
Available as AUR package under the program name [`hyprland-autoname-workspaces-git`](https://aur.archlinux.org/packages/hyprland-autoname-workspaces-git).
You can then use the service `systemctl --user enable --now hyprland-autoname-workspaces.service`.

### Nix 馃摝

Available in nixpkgs as [`hyprland-autoname-workspaces`](https://search.nixos.org/packages?channel=unstable&show=hyprland-autoname-workspaces).
You can add it to your `systemPackages` or try it without installing it with `nix run`.

```bash
$ nix run nixpkgs#hyprland-autoname-workspaces
```

### Cargo 馃摝

```bash
Expand Down

0 comments on commit a3aae4f

Please sign in to comment.