From b41c88fa6e6348d74dd9a27f51e72799bd9f7230 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 4 Jan 2024 11:55:51 +0300 Subject: 2024-01-04 --- darwinConfigurations/mairon/default.nix | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'darwinConfigurations/mairon/default.nix') diff --git a/darwinConfigurations/mairon/default.nix b/darwinConfigurations/mairon/default.nix index dbef20a..e031561 100644 --- a/darwinConfigurations/mairon/default.nix +++ b/darwinConfigurations/mairon/default.nix @@ -1,6 +1,7 @@ { lib, this, + pkgs, ... }: with lib; { @@ -8,24 +9,27 @@ with lib; { ./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 = "burp-suite";} - {name = "cocoapods";} - {name = "docker";} {name = "obs";} {name = "openlens";} - {name = "postman";} {name = "shadowsocksx-ng";} {name = "vial";} {name = "wireshark";} - {name = "xcodes";} ]; }; -- cgit 1.4.1