Fix BLE
All checks were successful
Nix Build / build-nixos (push) Successful in 4m35s

This commit is contained in:
soraefir
2024-04-16 01:30:23 +02:00
parent a1c6b056e0
commit f966c944f9
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ config, lib, pkgs, ... }: {
config = lib.mkIf (config.syscfg.net.ble.enable) {
hardware.bluetooth.enable = true;
services.blueman.enable = true;