nix-gscheits/modules/default.nix

8 lines
86 B
Nix

{
imports = [
./base.nix
./nix.nix
./pubkeys.nix
./tools.nix
];
}