nichts/nyx/hosts/hermes/modules/device.nix

16 lines
269 B
Nix
Raw Normal View History

2024-04-09 23:11:33 +02:00
{
modules.device = {
type = "laptop";
cpu = {
type = "amd";
amd.pstate.enable = true;
amd.zenpower.enable = true;
};
gpu.type = "amd";
monitors = ["eDP-1"];
hasBluetooth = true;
hasSound = true;
hasTPM = true;
};
}