5 lines
115 B
Nix
5 lines
115 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isDarwin {
|
|
imapnotify-launchd = ./launchd.nix;
|
|
}
|