chore(darwin): Mos と AltTab をアンインストール - #87
Merged
Merged
Conversation
不要になった 2 つの macOS ユーティリティを撤去。 - darwin.nix: cask "mos" / "alt-tab" を削除 (cleanup=uninstall で rebuild 時に実体も除去) - darwin-apps.nix: guiAppsPlistImport から両アプリの defaults import を削除 (残るは Plash の surgical write のみ) - configs/apps/com.caldis.Mos.plist / com.lwouis.alt-tab-macos.plist を削除 - configs/apps/README.md を Plash 単独構成に更新 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Mos / AltTab 撤去で plist import が全滅したのに伴う後片付け。 - scripts/capture-app-plist.py を削除 (plist を取り込むアプリが無くなり孤立) - darwin-apps.nix: activation を guiAppsPlistImport → plashPrefs に改名。 もう import はせず Plash の surgical write のみなので名前とコメントを実態に合わせる - README.md: 参照先 path を実ファイル (nix/modules/home/darwin-apps.nix) と 新名 plashPrefs に修正 darwin-system の drvPath は整理前と同一 = ビルド成果物は不変。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
不要になった macOS ユーティリティ Mos(スムーススクロール)と AltTab(ウィンドウスイッチャー)を撤去する。
変更内容
nix/hosts/darwin.nix: cask"mos"/"alt-tab"を削除。cleanup = uninstallなので rebuild 時に実体もアンインストールされる。nix/modules/home/darwin-apps.nix:guiAppsPlistImportから両アプリのdefaults importを削除(残るのは Plash の surgical write のみ)。configs/apps/com.caldis.Mos.plist/com.lwouis.alt-tab-macos.plistを削除。configs/apps/README.mdを Plash 単独構成に更新。検証
nix eval .#darwinConfigurations.gapul.system.drvPathが成功(flake 評価エラーなし)。マージ後
just rebuild(main の post-merge フックで自動)で cask が実際にアンインストールされる。System Settings のプライバシー権限は自動では消えないので、必要なら手動で掃除。🤖 Generated with Claude Code