5 lines
166 B
PowerShell
5 lines
166 B
PowerShell
#!/bin/pwsh
|
|
$env:WIN_COMPUTER_NAME ??= "win11";
|
|
$env:CONFIG_MODULE ??= "$PSScriptRoot/../config.nix";
|
|
|
|
. "$PSScriptRoot/../../../../../scripts/Windows/OS/Setup.ps1";
|