template d'un module nix façon r6d

This commit is contained in:
Yves Dubromelle
2016-08-11 19:56:15 +02:00
parent bbfd76a4a1
commit c2da568c30

11
module-template.nix Normal file
View File

@@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
let
inherit (lib) mkIf;
cfg = config.r6d.config-generator;
computers = config.r6d.computers;
profiles = config.r6d.profiles;
in
mkIf true {
}