diff --git a/README.md b/README.md index 197fe46..3db7a87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # NixJail -A simple bwrap wrapper for nixpkgs +Sandbox your nixpkgs easily with bwrap! ## Features @@ -70,6 +70,8 @@ After adding NixJail as a module you can use it anywhere on your config, eg: ``` Rebuild your system, the packages will be installed automatically, and use `cat $(which discord)` to see the result ;) +--- + ## Advanced examples Here some examples making use of some advanced NixJail options, [read the docs](https://shiryel.github.io/nixjail) before using them