Add NixOS install instructions to README.md

This commit is contained in:
Ryan Morey 2018-11-17 13:29:08 -05:00 committed by Christian Duerr
parent 6265ef91d5
commit 3593ec72dd
1 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,12 @@ emerge x11-terms/alacritty
pkg install alacritty
```
### NixOS
```sh
nix-env -iA nixos.alacritty
```
### macOS
```sh