diff --git a/templates/starter/darwin/home-manager.nix b/templates/starter/darwin/home-manager.nix index 78aa90ae..8112f062 100644 --- a/templates/starter/darwin/home-manager.nix +++ b/templates/starter/darwin/home-manager.nix @@ -70,8 +70,6 @@ in { path = "/System/Applications/Photos.app/"; } { path = "/System/Applications/Photo Booth.app/"; } { path = "/System/Applications/TV.app/"; } - { path = "/Applications/Asana.app/"; } - { path = "/Applications/Drafts.app/"; } { path = "/System/Applications/Home.app/"; } { path = toString myEmacsLauncher; diff --git a/templates/starterWithSecrets/darwin/home-manager.nix b/templates/starterWithSecrets/darwin/home-manager.nix index d4f7ff5c..79b92dd7 100644 --- a/templates/starterWithSecrets/darwin/home-manager.nix +++ b/templates/starterWithSecrets/darwin/home-manager.nix @@ -71,8 +71,6 @@ in { path = "/System/Applications/Photos.app/"; } { path = "/System/Applications/Photo Booth.app/"; } { path = "/System/Applications/TV.app/"; } - { path = "/Applications/Asana.app/"; } - { path = "/Applications/Drafts.app/"; } { path = "/System/Applications/Home.app/"; } { path = toString myEmacsLauncher;