An open API service indexing awesome lists of open source software.

https://github.com/snowfallorg/templates

Templates for use with @snowfallorg/lib
https://github.com/snowfallorg/templates

Last synced: about 1 year ago
JSON representation

Templates for use with @snowfallorg/lib

Awesome Lists containing this project

README

          

# Snowfall Templates


Nix Flakes Ready


Built With Snowfall

  

> Create new flakes for use with [@snowfallorg/lib](https://github.com/snowfallorg/lib).

## Usage

Run the following command, replacing `` with one of the [available templates](#available-templates).

```bash
nix flake init -t github:snowfallorg/templates#
```

## Available Templates

| Name | Description |
| --------- | ------------------------------------------------- |
| `empty` | A NixOS system and modules ready to modify. |
| `home` | A Nix Flake that exports home manager. |
| `system` | A NixOS system and modules ready to modify. |
| `package` | A Nix Flake that exports packages and an overlay. |
| `module` | A Nix Flake that exports NixOS modules. |
| `lib` | A Nix Flake that exports a custom `lib` |