Skip to content

Commit

Permalink
DARWIN: Fix Yabai restarting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed Jan 9, 2025
1 parent d72a756 commit a692dc0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion machines/modules/darwin/homebrew/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,16 @@
# REVISIT: Yabai doesn't build from source on Nix just yet. What
# Nixpkgs does is just repackage a published binary release.
#
# DESIGN: Not using restart_service, because it seems to no longer work.
# Upstream has disabled compatibility with `brew services` in favor of
# the built-in `--restart-service` flag.
{ name = "koekeishiya/formulae/yabai"; args = ["HEAD"]; }
#
# REVISIT: Felix used to have a Yabai for, but it went private or was
# removed. My fork was a rebase of some of his changes, but I'm just
# using Yabai HEAD for now.
#
#{ name = "shajra/formulae/yabai-shajra"; args = ["HEAD"]; restart_service = "changed"; }
{ name = "koekeishiya/formulae/yabai"; args = ["HEAD"]; restart_service = "changed"; }

# DESIGN: not needed for now
#"kubernetes-cli"
Expand Down

0 comments on commit a692dc0

Please sign in to comment.