flake/darwin/profiles/desktop/packages/default.nix
2023-11-17 13:38:25 +08:00

8 lines
97 B
Nix

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