nixpkgs/apple/default.nix

9 lines
170 B
Nix
Raw Normal View History

{ config, lib, ... }:
2017-12-24 03:38:17 +00:00
{
2017-12-25 01:51:02 +00:00
hardware.facetimehd.enable = lib.mkDefault
(config.nixpkgs.config.allowUnfree or false);
2017-12-24 03:38:17 +00:00
services.mbpfan.enable = lib.mkDefault true;
}