From 705b18bdf5e6260627dda1b420cc11760ff1c703 Mon Sep 17 00:00:00 2001 From: Lassulus Date: Sun, 8 Jan 2023 11:41:32 +0100 Subject: [PATCH] add disko to NixOS tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d517c4..3bcbd3e 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,8 @@ - [Nixpkgs-hammering](https://github.com/jtojnar/nixpkgs-hammering) is a nixpkg to beat your package expressions into a shape. - [Nix-alien](https://github.com/thiagokokada/nix-alien) is a tool to run unpatched binaries on Nix/NixOS easily. + + - [Disko](https://github.com/nix-community/disko) is a declarative disk partitioning tool using Nix. ## NixOS Desktop [Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents)