From fa6164f8fb067498de8d97cbd41646b8d0e37635 Mon Sep 17 00:00:00 2001 From: Gokul Swaminathan <33443763+JavaCafe01@users.noreply.github.com> Date: Tue, 15 Nov 2022 19:47:04 -0800 Subject: Improve Nix Flake (#48) * Improve nix flake * Go back to unstable * Update flake * Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0223fc39..ab342980 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,21 @@ Sway is an incredible window manager, and certainly one of the most well establi ## Installation -### Compiling from Source +### Nix + +If you have Nix installed, you can run SwayFX with a single command: + +``` +nix run github:WillPower3309/swayfx +``` -This project contains a nix flake for those who have the nix package manager installed. This flake handles installing the below dependencies when `nix develop` is ran inside of the project root. Otherwise, the below dependencies must be installed prior to building and running this project. +You can also bring up a development shell and follow the build instructions below, without installing all of the dependencies manually: + +``` +nix develop +``` + +### Compiling from Source Install dependencies: -- cgit v1.2.3