nix-config/nixosModules/default.nix

7 lines
55 B
Nix

{ ... }:
{
imports = [
./dev
./system
];
}