This commit is contained in:
2024-10-10 00:49:49 +01:00
parent cb993cf7c8
commit 545cba4934

View File

@@ -66,7 +66,7 @@
loginwindow.GuestEnabled = false; loginwindow.GuestEnabled = false;
NSGlobalDomain.AppleInterfaceStyle = "Dark"; NSGlobalDomain.AppleInterfaceStyle = "Dark";
NSGlobalDomain.KeyRepeat = 2; NSGlobalDomain.KeyRepeat = 2;
} };
# nixpkgs.hostPlatform = "x86_64-darwin"; # aarch64-darwin for ARM # nixpkgs.hostPlatform = "x86_64-darwin"; # aarch64-darwin for ARM
}; };