nix-infra/misc/module-template.nix

11 lines
116 B
Nix
Raw Normal View History

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