diff --git a/modules/darwin/home-manager.nix b/modules/darwin/home-manager.nix index dd77ed8..6300a48 100644 --- a/modules/darwin/home-manager.nix +++ b/modules/darwin/home-manager.nix @@ -107,8 +107,7 @@ in { path = "/Applications/1Password.app/"; } { path = "/run/current-system/Applications/Firefox.app/"; } - { path = "/run/current-system/Applications/Brave Browser.app/"; - options = "-l Brave"; } + { path = "/Applications/Slack.app/"; } { path = "/Applications/zoom.us.app/"; @@ -122,6 +121,8 @@ in # { path = "/Applications/Spotify.app/"; } { path = "/Applications/Qobuz.app/"; } { path = "/System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/"; } + { path = "/run/current-system/Applications/Brave Browser.app/"; + options = "-l Brave"; } { path = "/System/Applications/Photos.app/"; } { path = "/System/Applications/System Settings.app/"; } { path = "/Applications/Signal.app/"; }