Files
nix-config/modules/darwin/default.nix
2021-06-27 11:39:41 -04:00

7 lines
75 B
Nix

{ pkgs, ... }: {
imports = [
./brew.nix
./preferences.nix
];
}