mirror of
https://github.com/versia-pub/nixos-module.git
synced 2025-12-06 15:08:19 +01:00
18 lines
359 B
Markdown
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";
|
|
};
|
|
```
|