nix-config-v2/home/packages/default.nix

12 lines
99 B
Nix

{
pkgs,
lib,
...
}: {
imports = [
./common.nix
./darwin.nix
./linux.nix
];
}