update readme to match new git remote

This commit is contained in:
valerie 2024-12-02 00:01:33 -05:00
parent dba4060845
commit bdcc34353f
Signed by: valnyx
GPG key ID: CC10324DD962CB7E

View file

@ -1,5 +1,5 @@
<!-- markdownlint-disable MD033 --> <!-- markdownlint-disable MD033 -->
<h1 align="center">deva's nixos flake</h1> <h1 align="center">val's nixos flake</h1>
<p align="center"> <p align="center">
<!-- markdownlint-disable MD013 --> <!-- markdownlint-disable MD013 -->
@ -15,13 +15,13 @@
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/nixos nix flake show git+https://git.dessa.dev/valnyx/nixos
``` ```
to get the disko.nix file, run: to get the disko.nix file, run:
```sh ```sh
nix run github:devawaves/nixos#disko nix run git+https://git.dessa.dev/valnyx/nixos#disko
``` ```
_more utilities can be found in [usage.md](./usage.md)_ _more utilities can be found in [usage.md](./usage.md)_