mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
feat: add blueman module
This commit is contained in:
parent
7d3356e27a
commit
e2d6f92969
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