8 lines
113 B
Nix
8 lines
113 B
Nix
|
{
|
||
|
flake.modules.nixos.pc = {
|
||
|
hardware.bluetooth.enable = true;
|
||
|
|
||
|
services.blueman.enable = true;
|
||
|
};
|
||
|
}
|