modularizes linux desktop
This commit is contained in:
parent
c01472797b
commit
b34a0b3234
13 changed files with 181 additions and 189 deletions
14
modules/unix/bluetooth.nix
Normal file
14
modules/unix/bluetooth.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.blueman.enable = true;
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
Experimental = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue