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