12 lines
99 B
Nix
Raw Normal View History

2024-10-31 22:56:43 -04:00
{
pkgs,
lib,
...
}: {
imports = [
./common.nix
./darwin.nix
./linux.nix
];
}