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

12 lines
226 B
Nix
Raw Normal View History

2024-04-09 23:11:33 +02:00
{
config.modules.device = {
type = "laptop";
cpu.type = "intel";
gpu.type = "hybrid-nv"; # nvidia drivers :b:roke
monitors = ["eDP-1"];
hasBluetooth = true;
hasSound = true;
hasTPM = true;
};
}