Class CressConfig
- Namespace
- Cress.Core.Models
- Assembly
- Cress.Core.dll
public record CressConfig : IEquatable<CressConfig>
- Inheritance
-
CressConfig
- Implements
-
- Inherited Members
-
Properties
Defaults
public DefaultsConfig Defaults { get; init; }
Property Value
- DefaultsConfig
Drivers
public Dictionary<string, DriverConfig> Drivers { get; init; }
Property Value
- Dictionary<string, DriverConfig>
Flake
public FlakeConfig Flake { get; init; }
Property Value
- FlakeConfig
Paths
public PathsConfig Paths { get; init; }
Property Value
- PathsConfig
Plugins
public PluginsConfig Plugins { get; init; }
Property Value
- PluginsConfig
Project
public ProjectConfig Project { get; init; }
Property Value
- ProjectConfig
Version
public int Version { get; init; }
Property Value
- int