mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
9 lines
265 B
Nix
9 lines
265 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isDarwin {
|
|
aerospace = ./aerospace.nix;
|
|
aerospace-no-xdg = ./aerospace-no-xdg.nix;
|
|
aerospace-settings = ./aerospace-settings.nix;
|
|
aerospace-settings-no-xdg = ./aerospace-settings-no-xdg.nix;
|
|
}
|