From 02d4f6e68da067ab047be731ed834470ce9bea95 Mon Sep 17 00:00:00 2001 From: Olaf Date: Fri, 5 Dec 2025 10:30:25 +0100 Subject: [PATCH] move order --- modules/darwin/home-manager.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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/"; }