mirror of
https://github.com/RGBCube/ncc
synced 2025-09-13 09:37:57 +00:00
Pala has bluetooth
This commit is contained in:
parent
29fce84e3b
commit
4231044f8a
1 changed files with 0 additions and 0 deletions
9
hosts/pala/blueman.nix
Normal file
9
hosts/pala/blueman.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ lib, ... }: with lib;
|
||||
|
||||
systemConfiguration {
|
||||
services.blueman = enabled;
|
||||
|
||||
hardware.bluetooth = enabled {
|
||||
powerOnBoot = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue