.dotfiles/modules/home/darwin.nix

5 lines
89 B
Nix

{ lib, ... }:
{
options.swarselsystems.isDarwin = lib.mkEnableOption "darwin host";
}