mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
11 lines
168 B
Nix
11 lines
168 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}: {
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
settings = {General = {Experimental = true;};};
|
|
};
|
|
services.blueman.enable = true;
|
|
}
|