diff --git a/modules/homebrew.nix b/modules/homebrew.nix index 0e983e0..56baa7a 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -24,6 +24,7 @@ "clipbook" "firefox" "olympus" + "spotify" "steam" "zen" ]; diff --git a/modules/launchd.nix b/modules/launchd.nix index 808f6f6..c727339 100644 --- a/modules/launchd.nix +++ b/modules/launchd.nix @@ -2,7 +2,6 @@ launchd.user.agents.clipbook = { serviceConfig = { ProgramArguments = [ "/Applications/Clipbook.app/Contents/MacOS/Clipbook" ]; - KeepAlive = true; RunAtLoad = true; ProcessType = "Interactive"; };