{ # Base imports for Darwin home configurations # Includes Darwin-specific roles that only work on macOS imports = [ ../aerospace ]; # Override to use -d instead of --delete-older-than on Darwin due to launchd bug # https://github.com/nix-community/home-manager/issues/7211 nix.gc.options = "-d"; }