PortValhalla/profiles/machines/manuel/ManuSurface/config.nix
2024-10-06 21:25:34 +02:00

21 lines
357 B
Nix

{ ... }: {
imports = [ ../Generic/Arch/config.nix ];
config = {
valhalla = {
hostname = "manu-surface";
hidpi = true;
linux.secureBoot = true;
hardware = {
surfaceBook = true;
xoneReceiver = true;
components = [ "Logitech G903" ];
};
partition.os.deviceName = "nvme0n1";
};
};
}