nixos-module/README.md

18 lines
359 B
Markdown
Raw Permalink Normal View History

2024-08-25 18:46:59 +02:00
<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";
};
```