From 3b259122bfa8de875544dbd0c62463a8956eaba7 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 16 Aug 2025 22:05:08 +0900 Subject: [PATCH] Add nix-installed macos softwares in readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c95064b..5dd275b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ home-manager switch --flake github:Logan-Lin/nix-config#yanlin │ ├── termscp.nix # Terminal file transfer client │ ├── firefox.nix # Firefox browser with extensions and bookmarks │ ├── btop.nix # Modern system monitor -│ └── ghostty.nix # GPU-accelerated terminal emulator +│ ├── ghostty.nix # GPU-accelerated terminal emulator +│ └── syncthing.nix # File synchronization service ├── system/ # System-level nix-darwin configurations │ ├── default.nix # System module imports │ └── macos-defaults.nix # macOS system preferences and customizations @@ -347,6 +348,16 @@ This configuration runs during system activation to apply menu bar spacing prefe - **zoxide**: Smart cd replacement with frecency algorithm - **httpie**: Modern HTTP client for API testing and development +### macOS Applications + +Nix-managed GUI applications available in `/Applications`: + +- **Maccy**: Lightweight clipboard manager with search (Shift+Cmd+C) +- **AppCleaner**: Thoroughly uninstall applications and their support files +- **IINA**: Modern media player with native macOS design +- **KeePassXC**: Cross-platform password manager +- **Syncthing**: Continuous file synchronization (managed as a service) + #### Powerful Tool Combinations: ```bash # Find and open file with interactive selection