✨ Enable Bluetooth (bluez, blueman)
This commit is contained in:
parent
223545ba1d
commit
1d20ef52a8
14
modules/bluetooth.nix
Normal file
14
modules/bluetooth.nix
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.bluez
|
||||||
|
];
|
||||||
|
|
||||||
|
hardware.bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = true; # powers up the default Bluetooth controller on boot
|
||||||
|
};
|
||||||
|
|
||||||
|
services.blueman.enable = true;
|
||||||
|
}
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./battery.nix
|
./battery.nix
|
||||||
|
./bluetooth.nix
|
||||||
./development.nix
|
./development.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./gnome
|
./gnome
|
||||||
|
Loading…
x
Reference in New Issue
Block a user