Added installation instructions for NixOS/nix

This commit is contained in:
06kellyjac 2019-10-28 12:34:16 +00:00 committed by Pierre Peltier
parent 225b642b13
commit 5abedde5db

View file

@ -76,6 +76,23 @@ via [Homebrew](https://brew.sh/):
brew install lsd
```
### On NixOS/From nix
```sh
nix-env -iA nixos.lsd
```
Or add `lsd` to your `configuration.nix` like so:
```nix
# ...
environment.systemPackages = with pkgs; [
# other packages ...
lsd
];
# ...
```
### From Sources
With Rust's package manager cargo, you can install lsd via: