blob: cff5c2d9efb710bc81b984ccddff46517b8e5ab8 (
plain)
1
2
3
4
5
6
7
|
# `nix-furnace`
my homebrewed library for defining nix machines
Features:
- Homogenous modules: each module contains a home part, a system part, and a shared `options.nix`
- Path-based: All modules in `modules/` are imported automatically
- Exclusive: Only supports single-user nixos machines running home-manager
|