mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
Fix Nix Flake (#50)
* Override correct sway package * Update README.md * Remove unnecessary overlay * Improved shell
This commit is contained in:
parent
fa6164f8fb
commit
0cd40fed13
2 changed files with 10 additions and 41 deletions
|
|
@ -25,10 +25,11 @@ Sway is an incredible window manager, and certainly one of the most well establi
|
|||
|
||||
### Nix
|
||||
|
||||
If you have Nix installed, you can run SwayFX with a single command:
|
||||
If you have Nix installed, you can build and run SwayFX easily:
|
||||
|
||||
```
|
||||
nix run github:WillPower3309/swayfx
|
||||
nix build
|
||||
./result/bin/sway
|
||||
```
|
||||
|
||||
You can also bring up a development shell and follow the build instructions below, without installing all of the dependencies manually:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue