nixos-module/README.md
2024-08-25 19:10:57 +02:00

18 lines
359 B
Markdown

<p align="center">
<a href="https://versia.pub"><img src="https://cdn.versia.pub/branding/versia-dark.webp" alt="Versia Logo" height="110"></a>
</p>
# Versia NixOS module
> This is still WIP.
## Usage
Add the following to your flake inputs:
```nix
versia-module = {
url = "github:lysand-org/nixos-module";
inputs.nixpkgs.follows = "nixpkgs";
};
```