Nix 너무 좋다 예전에 새 mac 세팅할 때 독 비우는 게 제일 힘들었는데 local.dock.entries = []만 하면 깔끔하게 비울 수 있음
우하하 shift+space로 언어 전환도 쉽게 된다. system.defaults.CustomUserPreferences."com.apple.symbolichotkeys".AppleSymbolicHotKeys.60을 아래처럼 설정하면 된다
{
  enabled = true;
  value = {
    parameters = [32 49 131072];
    type = "standard";
  };
}
If you have a fediverse account, you can quote this note from your own instance. Search https://hackers.pub/ap/notes/0195c861-bec6-7170-a84f-d9c0922ad60a on your instance and quote it. (Note that quoting is not supported in Mastodon.)