nix-infra/misc/module-template.nix

14 lines
118 B
Nix
Raw Normal View History

2024-03-24 18:02:29 +00:00
{ pkgs
, config
, lib
, ...
}:
let
2024-03-24 18:02:28 +00:00
cfg = config.cherrykitten;
2024-03-24 18:02:29 +00:00
in
{
options.cherrykitten = { };
2024-03-24 18:02:26 +00:00
2024-03-24 18:02:29 +00:00
config = { };
2024-03-24 18:02:26 +00:00
}