Skip to content

Commit

Permalink
home-manager/trampoline-apps: re-enable dockutil
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 15, 2024
1 parent 8030f99 commit a675215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-manager/darwin/trampoline-apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ in
config = lib.mkIf cfg.enable {
# Install MacOS applications to the user Applications folder. Also update Docked applications
home.extraActivationPath = with pkgs; [
rsync
# dockutil # FIXME: swift is currently broken
dockutil
gawk
rsync
];

home.activation.trampolineApps = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
Expand Down

0 comments on commit a675215

Please sign in to comment.