Fix copy&paste error
This commit is contained in:
parent
c6813f937e
commit
54c764eb11
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ in
|
|||
options.jalr = {
|
||||
bluetooth.enable = pkgs.lib.mkEnableOption "Enable bluetooth" // { default = false; };
|
||||
};
|
||||
config = lib.mkIf cfg.uefi.enable {
|
||||
config = lib.mkIf cfg.bluetooth.enable {
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
services.ofono.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue