remove old template.nix

This commit is contained in:
Schrottkatze 2025-03-27 20:29:14 +01:00
commit 056661f6f8
No known key found for this signature in database

View file

@ -1,16 +0,0 @@
{
config,
lib,
pkgs,
...
}: let
cfg = config.jade.NAME;
in
with lib; {
options.jade.NAME = {
enable = mkEnableOption "Enable the module";
};
config =
mkIf cfg.enable {
};
}