29 lines
No EOL
594 B
Markdown
Executable file
29 lines
No EOL
594 B
Markdown
Executable file
[](https://builtwithnix.org)
|
|
|
|
<h1 align="center">deva's nixos flake</h1>
|
|
|
|
<br>
|
|
|
|
<p align="center">
|
|
<img src="https://img.shields.io/github/license/devawaves/nixos" alt="License Badge"/>
|
|
</p>
|
|
|
|
<br>
|
|
|
|
**my configuration. it changes over time like an adapting parasite.**
|
|
|
|
to explore the flake output and it's functionalities, run:
|
|
|
|
```sh
|
|
nix flake show github:devawaves/flake
|
|
```
|
|
|
|
to clone to an existing nixos system, run:
|
|
```sh
|
|
nix run github:devawaves/nixos#clone
|
|
```
|
|
|
|
to get the disko, run:
|
|
```sh
|
|
nix run github:devawaves/nixos#disko
|
|
``` |