PortValhalla/profiles/machines/manuel/Generic/Windows/Setup.ps1

6 lines
166 B
PowerShell
Raw Normal View History

#!/bin/pwsh
2023-12-11 11:48:19 +00:00
$env:WIN_COMPUTER_NAME ??= "win11";
2024-07-28 10:16:01 +00:00
$env:CONFIG_MODULE ??= "$PSScriptRoot/../config.nix";
2023-09-27 10:33:35 +00:00
2024-09-03 21:10:35 +00:00
. "$PSScriptRoot/../../../../../scripts/Windows/OS/Setup.ps1";