1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

uninstaller: also remove ~/Applications/Nix Apps

This commit is contained in:
Kid 2021-08-10 21:41:35 +08:00 committed by GitHub
parent 007d700e64
commit a732ed4851
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ with lib;
system.activationScripts.postUserActivation.text = mkAfter ''
if test -L ~/Applications; then
rm ~/Applications
elif test -L ~/Applications/Nix\ Apps; then
rm ~/Applications/Nix\ Apps
fi
if test -L ~/.nix-defexpr/channels/darwin; then