PortValhalla/profiles/machines/manuel/ManuSurface/config.nix

20 lines
371 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" ];
};
fileSystems.diskSetup.devices.OS.name = "nvme0n1";
};
};
}