mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-13 08:02:40 +02:00
docs: how to remove apps from macOS
This commit is contained in:
@@ -49,6 +49,7 @@ clean:
|
|||||||
gc:
|
gc:
|
||||||
# garbage collect all unused nix store entries
|
# garbage collect all unused nix store entries
|
||||||
sudo nix store gc --debug
|
sudo nix store gc --debug
|
||||||
|
sudo nix-collect-garbage --delete-old
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -11,6 +11,13 @@
|
|||||||
# NOTE: Your can find all available options in:
|
# NOTE: Your can find all available options in:
|
||||||
# https://daiderd.com/nix-darwin/manual/index.html
|
# https://daiderd.com/nix-darwin/manual/index.html
|
||||||
#
|
#
|
||||||
|
# NOTE:To remove the uninstalled APPs icon from Launchpad:
|
||||||
|
# 1. `sudo nix store gc --debug` & `sudo nix-collect-garbage --delete-old`
|
||||||
|
# 2. click on the uninstalled APP's icon in Launchpad, it will show a question mark
|
||||||
|
# 3. if the app starts normally:
|
||||||
|
# 1. right click on the running app's icon in Dock, select "Options" -> "Show in Finder" and delete it
|
||||||
|
# 4. hold down the Option key, a `x` button will appear on the icon, click it to remove the icon
|
||||||
|
#
|
||||||
# TODO Fell free to modify this file to fit your needs.
|
# TODO Fell free to modify this file to fit your needs.
|
||||||
#
|
#
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user