This commit is contained in:
parent
5f644d0ccd
commit
a394b9cefd
167 changed files with 2795 additions and 2122 deletions
|
@ -2,7 +2,8 @@
|
|||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
services.blueman.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
hardware.bluetooth = {
|
||||
|
@ -19,6 +20,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
services.dbus.packages = with pkgs; [blueman];
|
||||
ccr.extraGroups = ["bluetooth"];
|
||||
services.dbus.packages = with pkgs; [ blueman ];
|
||||
ccr.extraGroups = [ "bluetooth" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue