nixos-config/modules/core/hardware.nix
2024-08-01 01:21:23 +02:00

10 lines
220 B
Nix

{pkgs, ...}: {
hardware.enableRedistributableFirmware = true;
hardware.flipperzero.enable = true; # Installs and setups everything Flipper Zero
hardware.bluetooth.enable = true;
hardware.sane.enable = true;
}