flake/darwin/system/default.nix

6 lines
47 B
Nix
Raw Normal View History

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