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

21 lines
357 B
Nix
Raw Normal View History

2024-07-07 23:47:23 +00:00
{ ... }: {
2024-10-06 19:25:34 +00:00
imports = [ ../Generic/Arch/config.nix ];
2024-07-07 23:47:23 +00:00
config = {
2024-09-19 21:45:19 +00:00
valhalla = {
hostname = "manu-surface";
2024-09-20 00:07:32 +00:00
hidpi = true;
2024-09-19 22:56:56 +00:00
linux.secureBoot = true;
2024-09-20 00:01:22 +00:00
hardware = {
surfaceBook = true;
xoneReceiver = true;
2024-09-20 04:10:53 +00:00
2024-10-06 19:25:34 +00:00
components = [ "Logitech G903" ];
2024-09-20 00:01:22 +00:00
};
2024-09-19 21:45:19 +00:00
partition.os.deviceName = "nvme0n1";
};
2024-07-07 23:47:23 +00:00
};
}