Skip to content

snowfallorg/templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snowfall Templates

Nix Flakes Ready Built With Snowfall

  

Create new flakes for use with @snowfallorg/lib.

Usage

Run the following command, replacing <template-name> with one of the available templates.

nix flake init -t github:snowfallorg/templates#<template-name>

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