11 lines
204 B
Nix
11 lines
204 B
Nix
{
|
|
config.modules.device = {
|
|
type = "desktop";
|
|
cpu.type = "amd";
|
|
gpu.type = "amd";
|
|
monitors = ["DP-1" "HDMI-A-1"];
|
|
hasBluetooth = true;
|
|
hasSound = true;
|
|
hasTPM = true;
|
|
};
|
|
}
|