Files
clan-core/clanServices/flake-module.nix

11 lines
191 B
Nix

{ ... }:
{
imports = [
./admin/flake-module.nix
./deltachat/flake-module.nix
./hello-world/flake-module.nix
./wifi/flake-module.nix
./borgbackup/flake-module.nix
];
}