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
- Host: GitHub
- URL: https://github.com/snowfallorg/templates
- Owner: snowfallorg
- License: other
- Created: 2022-09-08T00:34:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T22:23:30.000Z (about 2 years ago)
- Last Synced: 2025-03-29T12:05:49.922Z (over 1 year ago)
- Language: Nix
- Size: 32.2 KB
- Stars: 24
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snowfall Templates
> 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` |