Added warnings for NixOS

Yacine Hmito 2016-07-17 22:32:19 +02:00
parent 14054b559b
commit aad5da1096

@ -7,15 +7,18 @@
## NixOs
Sway is in nixpkgs, and can be downloaded using
```
nix-env -i sway-git
```
or
Sway is in nixpkgs, and can be installed locally using
```
nix-env -i sway
```
if you're using the unstable channel.
if you're subscribed to the unstable channel.
The stable channel also has an outdated `sway-git` package.
Note however that support for sway in NixOS is experimental ; expect frequent
updates and lacking features.
Indeed, contrary to other window managers, NixOS doesn't provide a module for sway.
The process must be started manually and it can only be configured via impurities.
Furthermore, a lot of packages in NixOS are shipped without proper Wayland support.
## Gentoo