mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:26:12 +01:00
8
hosts/modules/bluetooth.nix
Normal file
8
hosts/modules/bluetooth.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
services.blueman.enable = false;
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user