config/modules/macos/default.nix

8 lines
87 B
Nix
Raw Normal View History

2025-05-01 12:41:47 -07:00
{pkgs, ...}: {
imports = [
./homebrew.nix
./system.nix
# ./tiling
];
}