This repository has been archived on 2025-11-26. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
nixos-config/modules/core/hardware.nix
2024-08-01 01:21:23 +02:00

9 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;
}