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

5 lines
56 B
Nix

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