mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-22 12:12:31 -05:00
just need a functional display manager now
This commit is contained in:
parent
ac6d41c6e3
commit
d243e3949c
3 changed files with 14 additions and 1 deletions
10
hosts/common/optional/bluetooth.nix
Normal file
10
hosts/common/optional/bluetooth.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
services.blueman = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue