mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
feat: add blueman module
This commit is contained in:
parent
6de99d2a8d
commit
b5050ef7a7
1 changed files with 9 additions and 0 deletions
9
modules/linux/blueman.nix
Normal file
9
modules/linux/blueman.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, ... }: let
|
||||
inherit (lib) enabled merge mkIf;
|
||||
in merge <| mkIf config.isDesktop {
|
||||
services.blueman = enabled;
|
||||
|
||||
hardware.bluetooth = enabled {
|
||||
powerOnBoot = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue