small changes
This commit is contained in:
parent
9bf493e4ba
commit
20891b3e14
3 changed files with 19 additions and 3 deletions
|
|
@ -1,6 +1,20 @@
|
|||
{pkgs, ...}: {
|
||||
# {
|
||||
# lib,
|
||||
# config,
|
||||
# ...
|
||||
# }: {
|
||||
# options.niksos.bluetooth = lib.mkEnableOption;
|
||||
#
|
||||
# config = lib.mkIf config.niksos.bluetooth {
|
||||
# hardware.bluetooth = {
|
||||
# enable = true;
|
||||
# input.General.ClassicBondedOnly = false;
|
||||
# };
|
||||
# };
|
||||
# }
|
||||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
input.General.ClassicBondedOnly = false;
|
||||
};
|
||||
environment.systemPackages = [pkgs.bluetui];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue