Skip to content

Commit

Permalink
fix: comment homebrew within macos module for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Aug 31, 2024
1 parent bfa3a45 commit 037ebd5
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions profiles/thomas/programs/macos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@ in
};

config = mkIf cfg.enable {
homebrew = {
taps = [
"homebrew/cask"
];

casks = [
"swiftdefaultappsprefpane"
];

brews = [
"mas"
];

masApps = {
"Display Maid" = 450063525;
"The Unarchiver" = 425424353;
"Xcode" = 497799835;
};
};
# homebrew = {
# taps = [
# "homebrew/cask"
# ];

# casks = [
# "swiftdefaultappsprefpane"
# ];

# brews = [
# "mas"
# ];

# masApps = {
# "Display Maid" = 450063525;
# "The Unarchiver" = 425424353;
# "Xcode" = 497799835;
# };
# };

home = {
packages = with pkgs; [
Expand Down

0 comments on commit 037ebd5

Please sign in to comment.