config/modules/macos/default.nix
2025-05-01 12:41:47 -07:00

7 lines
87 B
Nix

{pkgs, ...}: {
imports = [
./homebrew.nix
./system.nix
# ./tiling
];
}