From f26f15defd628236aac863156694d72fbaaa7b09 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 5 Jan 2023 08:42:48 +0900 Subject: fix(darwin): fix home-manager apps 'existing file' error --- lib/mk_home.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/mk_home.nix b/lib/mk_home.nix index 5121c5b..550cc69 100644 --- a/lib/mk_home.nix +++ b/lib/mk_home.nix @@ -20,6 +20,7 @@ let }; # Make applications pop up in finder/spotlight + disabledModules = [ "targets/darwin/linkapps.nix" ]; home.activation = lib.mkIf pkgs.stdenv.isDarwin { copyApplications = let -- cgit 1.4.1