diff options
Diffstat (limited to 'machines')
-rw-r--r-- | machines/helium.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/helium.nix b/machines/helium.nix index 9e8221e..12b1226 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -27,6 +27,7 @@ }; hardware = { + enableAllFirmware = true; bluetooth.enable = true; bluetooth.package = pkgs.bluezFull; brightnessctl.enable = true; |