7 lines
119 B
Nix
7 lines
119 B
Nix
{ config, lib, pkgs, ... }:
|
|
{
|
|
modules = {
|
|
system.audio.enable = true;
|
|
system.bluetooth.enable = true;
|
|
};
|
|
}
|