{ lib, this, pkgs, ... }: with lib; { imports = [ ./hidden.nix ]; nixfiles.modules.zathura.enable = mkForce false; hm.home.packages = with pkgs; [ cocoapods xcodes ]; homebrew = { brews = [ {name = "carthage";} {name = "podman";} {name = "sourcery";} {name = "xcbeautify";} {name = "xcodegen";} ]; casks = [ {name = "obs";} {name = "openlens";} {name = "shadowsocksx-ng";} {name = "vial";} {name = "wireshark";} ]; }; networking = { computerName = mkForce this.hostname; hostName = mkForce null; # We don't want to override this. }; }