mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat(callisto): enable bluetooth
This commit is contained in:
parent
8773107d9b
commit
5e2bc50db2
1 changed files with 7 additions and 0 deletions
|
@ -163,6 +163,13 @@
|
|||
|
||||
services.tlp.enable = true;
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
services.blueman.enable = true;
|
||||
|
||||
# tells electron apps to use Wayland
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue