-
Notifications
You must be signed in to change notification settings - Fork 1
/
gaming.configuration.dsc.yaml
48 lines (48 loc) · 1.32 KB
/
gaming.configuration.dsc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
properties:
assertions:
- resource: Microsoft.Windows.Developer/OsVersion
directives:
description: Verify min OS version requirement
allowPrerelease: true
settings:
MinVersion: '10.0.22000'
resources:
# Set Windows Settings
- resource: Microsoft.Windows.Developer/DeveloperMode
directives:
description: Enable Developer Mode
allowPrerelease: true
settings:
Ensure: Present
# Install GPU Applications
- resource: Microsoft.WinGet.DSC/WinGetPackage
directives:
description: Install Nvidia GeForce Experience
allowPrerelease: true
settings:
id: Nvidia.GeForceExperience
source: winget
# Install Apps
# Epic
- resource: Microsoft.WinGet.DSC/WinGetPackage
directives:
description: Install Epic Games Launcher
allowPrerelease: true
settings:
id: EpicGames.EpicGamesLauncher
source: winget
# Steam
- resource: Microsoft.WinGet.DSC/WinGetPackage
directives:
description: Install Steam Launcher
allowPrerelease: true
settings:
id: Valve.Steam
source: winget
# Rocket League / BakkesMod
# Fortnite
# FPS Chess
# Firestorm?
# APex?
configurationVersion: 0.2.0