Delete bluetooth.nix
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
{ lib, config, ... }:
|
|
||||||
with lib;
|
|
||||||
let
|
|
||||||
cfg = config.os.bluetooth;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.os.bluetooth = {
|
|
||||||
enable = mkEnableOption "System networks manager service";
|
|
||||||
};
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
|
||||||
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user