summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-11-03 00:22:17 -0500
committerGitHub <noreply@github.com>2020-11-03 00:22:17 -0500
commit1e787829cd09f60cec6c9d5ba0294fec9fbcae9b (patch)
tree7e0b4f70d19cb3d00b5c72f7a0f584c4735e100d
parentd0254dfb088bb8cca1fa86d52aaceb2b68eba885 (diff)
docs: Add nix installation instructions (#294)
-rw-r--r--.vscode/settings.json1
-rw-r--r--README.md7
2 files changed, 8 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index a578ba6c..f06c40e6 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -68,6 +68,7 @@
"minwindef",
"musl",
"n'th",
+ "nixos",
"noheader",
"ntdef",
"nuget",
diff --git a/README.md b/README.md
index 07caa767..4b25bcec 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ A cross-platform graphical process/system monitor with a customizable interface
- [AUR](#aur)
- [Debian (and Debian-based)](#debian)
- [Fedora/CentOS](#fedoracentos)
+ - [Nix](#nix)
- [Homebrew](#homebrew)
- [Scoop](#scoop)
- [Chocolatey](#chocolatey)
@@ -132,6 +133,12 @@ sudo dnf copr enable atim/bottom -y
sudo dnf install bottom
```
+### Nix
+
+```bash
+nix-env -i bottom
+```
+
### Homebrew
```bash