From 3109427d49e07439ab1edae3ee14287cccb80c90 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 27 Dec 2025 00:28:16 +0100 Subject: [PATCH] Added the Primary user for nixdarwin --- hosts/macos/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/macos/configuration.nix b/hosts/macos/configuration.nix index 939bd14..81c1507 100644 --- a/hosts/macos/configuration.nix +++ b/hosts/macos/configuration.nix @@ -59,5 +59,8 @@ # Target arch nixpkgs.hostPlatform = "aarch64-darwin"; # Nix-Darwin State Version - system.stateVersion = 6; + system = { + stateVersion = 6; + primaryUser = "alex"; + }; }