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