nixfiles/modules/default.nix

8 lines
54 B
Nix

{ ... }:
{
imports =
[
./common
];
}