Extract primaryUser into module args

This commit is contained in:
2026-03-29 09:41:38 +02:00
parent 2b6a9f52b9
commit 5a8f0aa4df
4 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
{ pkgs, primaryUser, ... }:
{
nixpkgs.hostPlatform = "x86_64-darwin";
nixpkgs.config.allowUnfree = true;
system.primaryUser = primaryUser;