26 lines
647 B
Markdown
Executable file
26 lines
647 B
Markdown
Executable file
<h1 align="center">deva's nixos flake</h1>
|
|
|
|
<p align="center">
|
|
<a href="https://nixos.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"/>
|
|
</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/nixos
|
|
```
|
|
|
|
to clone this repository to an existing nixos system, run:
|
|
```sh
|
|
nix run github:devawaves/nixos#clone
|
|
```
|
|
|
|
to get the disko.nix file, run:
|
|
```sh
|
|
nix run github:devawaves/nixos#disko
|
|
```
|