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