mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-06 03:21:40 +02:00
remove old template.nix
This commit is contained in:
parent
500c18b76a
commit
056661f6f8
1 changed files with 0 additions and 16 deletions
|
@ -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 {
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue