flake/darwin/profiles/desktop/packages/default.nix

7 lines
80 B
Nix

{...}: {
imports = [
./core.nix
./fonts.nix
./homebrew.nix
];
}