Skip to content

Commit 0736088

Browse files
committed
refactor: remove xcodes
Since it depends on swift-*
1 parent 090f307 commit 0736088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home-manager/darwin/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
username = "henry";
4141
homeDirectory = "/Users/henry";
4242
};
43-
home.packages = with pkgs; [ automake aria mas pkg-config xcodes ];
43+
home.packages = with pkgs; [ automake aria mas pkg-config ];
4444

4545
# Add stuff for your user as you see fit:
4646
# programs.neovim.enable = true;

0 commit comments

Comments
 (0)