diff options
author | sefidel <contact@sefidel.net> | 2023-01-05 08:42:48 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-01-05 08:42:48 +0900 |
commit | f26f15defd628236aac863156694d72fbaaa7b09 (patch) | |
tree | 35da13d6f11563cfe388b757d2b10a55b86f110f /lib/mk_home.nix | |
parent | bb380bfc73d43c59b95fd5b51f2420ec5d557209 (diff) | |
download | nixrc-f26f15defd628236aac863156694d72fbaaa7b09.tar.gz nixrc-f26f15defd628236aac863156694d72fbaaa7b09.zip |
fix(darwin): fix home-manager apps 'existing file' error
Diffstat (limited to 'lib/mk_home.nix')
-rw-r--r-- | lib/mk_home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |