Skip to content

Commit

Permalink
feat(wezterm): flake now generates application on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Oct 1, 2024
1 parent 8ba8d6b commit 4e36242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nix/modules/darwin/system/interface/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ in {
"/Applications/Slack.app"
"/Applications/Firefox.app"
"/System/Applications/Mail.app"
# TODO: implement small_blank
"${pkgs.wezterm}/Applications/WezTerm.app"
"/Users/${config.custom.user.name}/Applications/Home Manager Apps/WezTerm.app"
"/Users/${config.custom.user.name}/Applications/Home Manager Apps/Obsidian.app"
];
};
};
Expand Down
1 change: 0 additions & 1 deletion nix/systems/aarch64-darwin/mbp16/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ with lib.custom; {
};

desktop.aerospace = enabled;
desktop.addons.wezterm = enabled;
};

# suites.common.enable = true; # Enables the basics, like audio, networking, ssh, etc.
Expand Down

0 comments on commit 4e36242

Please sign in to comment.