From a8a911481f76d4d7109ad2edb253604f177fc4de Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 10 Oct 2024 00:49:49 +0100 Subject: [PATCH] Add ; --- nix/macOS/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/macOS/flake.nix b/nix/macOS/flake.nix index 7a5c1f40..7d7ae117 100644 --- a/nix/macOS/flake.nix +++ b/nix/macOS/flake.nix @@ -66,7 +66,7 @@ loginwindow.GuestEnabled = false; NSGlobalDomain.AppleInterfaceStyle = "Dark"; NSGlobalDomain.KeyRepeat = 2; - } + }; # nixpkgs.hostPlatform = "x86_64-darwin"; # aarch64-darwin for ARM };