summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Neufeld <jakob.n.neufeld@gmail.com>2022-07-05 21:59:33 +0000
committerJakob Neufeld <jakob.n.neufeld@gmail.com>2022-07-05 21:59:33 +0000
commitbfdc9ac054fdf77d3a11c86ac11af7ee2490db11 (patch)
tree84146ba2eeab4fec608408f98224221e0b362b93
parentMerge branch 'master' into 'master' (diff)
Updated DT's description to show NixOS install availablitiy
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d5ace7..e56f4d2 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,17 @@ Alternately, you could also install shell-color-scripts from the AUR using an AU
yay -S shell-color-scripts
+# Installing shell-color-scripts on NixOS or nixpkgs (unstable only)
+
+Shell-color-scripts is packaged for nixpkgs (unstable only). Although manpages and shell completions are not packaged *yet*
+
+##### For NixOS users (unstable only)
+
+ nix-env -iA nixos.dt-shell-color-scripts
+##### For nixpkgs users (unstable only)
+
+ nix-env -iA nixpkgs.dt-shell-color-scripts
+
# Installing shell-color-scripts on other Linux distributions
Download the source code from this repository or use a git clone: