Added the Primary user for nixdarwin

This commit is contained in:
Alexandre 2025-12-27 00:28:16 +01:00
parent 0c758c4e3c
commit 3109427d49

View File

@ -59,5 +59,8 @@
# Target arch
nixpkgs.hostPlatform = "aarch64-darwin";
# Nix-Darwin State Version
system.stateVersion = 6;
system = {
stateVersion = 6;
primaryUser = "alex";
};
}