12 lines
198 B
Nix
12 lines
198 B
Nix
![]() |
{
|
||
|
config.modules.device = {
|
||
|
type = "hybrid";
|
||
|
cpu.type = "intel";
|
||
|
gpu.type = "intel";
|
||
|
monitors = ["eDP-1"];
|
||
|
hasBluetooth = false;
|
||
|
hasSound = true;
|
||
|
hasTPM = true;
|
||
|
};
|
||
|
}
|