mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-07 03:41:39 +02:00
jdfadskfljfsfalkdsfjaklaaaaaaaaaaaaaaaaaaa
This commit is contained in:
parent
55b1c49913
commit
9833180135
7 changed files with 372 additions and 38 deletions
10
modules/template.nix
Normal file
10
modules/template.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ 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