config/modules/macos/tiling/default.nix

6 lines
56 B
Nix
Raw Normal View History

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