Extract primaryUser into module args
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{ pkgs, primaryUser, ... }:
|
||||
{
|
||||
nixpkgs.hostPlatform = "x86_64-darwin";
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
system.primaryUser = primaryUser;
|
||||
|
||||
Reference in New Issue
Block a user