add flake-parts module for clan

This commit is contained in:
Jörg Thalheim
2024-04-03 13:46:17 +02:00
parent f7077e3540
commit 3212410704
6 changed files with 107 additions and 54 deletions

View File

@@ -0,0 +1,7 @@
{ config, ... }:
{
flake.flakeModules = {
clan = ./clan.nix;
default = config.flake.flakeModules.clan;
};
}