From 848f519a93d55454ef5f58f1525d11de46c0066f Mon Sep 17 00:00:00 2001 From: deva Date: Sat, 29 Jun 2024 15:16:33 -0400 Subject: [PATCH] fix readme --- readme.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 7ee133f..d5b9874 100755 --- a/readme.md +++ b/readme.md @@ -1,10 +1,7 @@ -[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org) -

deva's nixos flake

-
-

+ built with nix License Badge

@@ -15,15 +12,15 @@ to explore the flake output and it's functionalities, run: ```sh -nix flake show github:devawaves/flake +nix flake show github:devawaves/nixos ``` -to clone to an existing nixos system, run: +to clone this repository to an existing nixos system, run: ```sh nix run github:devawaves/nixos#clone ``` -to get the disko, run: +to get the disko.nix file, run: ```sh nix run github:devawaves/nixos#disko -``` \ No newline at end of file +```