Files
nixos/system/hardware.nix
T
2025-06-28 21:15:22 -05:00

10 lines
185 B
Nix

{myConfig, ...}: {
hardware = {
logitech.wireless.enable = myConfig.linux.logitech-hardware.enable;
bluetooth = {
enable = true;
powerOnBoot = true;
};
};
}