Versia Logo

# 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"; }; ```