OS-Update: 23.11

This commit is contained in:
2024-03-09 12:31:34 +01:00
parent f252a997da
commit 9696357a24
3 changed files with 113 additions and 59 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ in
config = lib.mkIf cfg.enable {
hardware.bluetooth = {
enable = true;
package = pkgs.bluezFull;
package = pkgs.bluez;
settings = {
General = {
Enable = "Source,Sink,Media,Socket";
@@ -22,4 +22,4 @@ in
sony-headphones-client
];
};
}
}