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:
parent
007d700e64
commit
a732ed4851
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue