Files
nix-config/modules/darwin/default.nix
Dave Gallant d2aaa3920f Add alejandra
2022-05-28 18:49:15 -04:00

7 lines
73 B
Nix

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