summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGeezus42 <Geezuslucifer@gmail.com>2024-01-10 10:10:32 -0600
committerGitHub <noreply@github.com>2024-01-10 10:10:32 -0600
commite0ac3d1916b1e58bb6fd3619a7c7dbd4ce201e77 (patch)
treeab3a0ea2091cb0c539c2430ff01099f52b5c066b /README.md
parent1a54d95bd6e60bd5b071c772324c7a8540d250f6 (diff)
Update README.md
add NixOS
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0049899..6e2b3ff 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,23 @@ Via `pacman` on your ArchLinux system.
sudo pacman -S dua-cli
```
+#### NixOS
+https://search.nixos.org/packages?channel=23.11&show=dua&from=0&size=50&sort=relevance&type=packages&query=dua
+
+Nix-shell (temporary)
+
+```
+nix-shell -p dua
+```
+
+NixOS configuration
+
+```
+ environment.systemPackages = [
+ pkgs.dua
+ ];
+```
+
#### NetBSD
Via `pkgin` on your NetBSD system.