mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 22:43:58 +01:00
Added warnings for NixOS
parent
14054b559b
commit
aad5da1096
@ -7,15 +7,18 @@
|
|||||||
|
|
||||||
## NixOs
|
## NixOs
|
||||||
|
|
||||||
Sway is in nixpkgs, and can be downloaded using
|
Sway is in nixpkgs, and can be installed locally using
|
||||||
```
|
|
||||||
nix-env -i sway-git
|
|
||||||
```
|
|
||||||
or
|
|
||||||
```
|
```
|
||||||
nix-env -i sway
|
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
|
## Gentoo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user