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

12 lines
204 B
Nix
Raw Normal View History

2024-04-09 23:11:33 +02:00
{
config.modules.device = {
type = "desktop";
cpu.type = "amd";
gpu.type = "amd";
monitors = ["DP-1" "HDMI-A-1"];
hasBluetooth = true;
hasSound = true;
hasTPM = true;
};
}