6 lines
No EOL
91 B
Nix
6 lines
No EOL
91 B
Nix
{ ... }:
|
|
{
|
|
flake.modules.nixos.bluetooth = {
|
|
hardware.bluetooth.enable = true;
|
|
};
|
|
} |