fix readme
This commit is contained in:
parent
f13a0fe597
commit
848f519a93
1 changed files with 5 additions and 8 deletions
13
readme.md
13
readme.md
|
@ -1,10 +1,7 @@
|
||||||
[](https://builtwithnix.org)
|
|
||||||
|
|
||||||
<h1 align="center">deva's nixos flake</h1>
|
<h1 align="center">deva's nixos flake</h1>
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
<a href="https://builtwithnix.org"><img src="https://builtwithnix.org/badge.svg" alt="built with nix" height="20"/></a>
|
||||||
<img src="https://img.shields.io/github/license/devawaves/nixos" alt="License Badge"/>
|
<img src="https://img.shields.io/github/license/devawaves/nixos" alt="License Badge"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -15,15 +12,15 @@
|
||||||
to explore the flake output and it's functionalities, run:
|
to explore the flake output and it's functionalities, run:
|
||||||
|
|
||||||
```sh
|
```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
|
```sh
|
||||||
nix run github:devawaves/nixos#clone
|
nix run github:devawaves/nixos#clone
|
||||||
```
|
```
|
||||||
|
|
||||||
to get the disko, run:
|
to get the disko.nix file, run:
|
||||||
```sh
|
```sh
|
||||||
nix run github:devawaves/nixos#disko
|
nix run github:devawaves/nixos#disko
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue