nixfiles/home/package-sets/default.nix

8 lines
64 B
Nix

{...}:
{
imports = [
./communication.nix
./dev.nix
];
}