Files
nixos-config/hosts/m3-kratos/hardware.nix
2024-10-20 00:30:58 +02:00

8 lines
113 B
Nix

{
hardware = {
bluetooth.enable = true;
keyboard.zsa.enable = true;
graphics.enable = true;
};
}