From 79c7e0213abf50db2491c75fab03b1b6ae464eea Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sat, 28 Mar 2026 16:09:17 +0000 Subject: [PATCH] --- hosts/FredOS-Gaming.nix | 1 + hosts/FredOS-Macbook.nix | 20 +------------------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index b040538..1b1b4f1 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -21,6 +21,7 @@ adwsteamgtk proton-vpn onlyoffice-desktopeditors + spotify ]; services.lact.enable = true; diff --git a/hosts/FredOS-Macbook.nix b/hosts/FredOS-Macbook.nix index d875e5c..52111e0 100644 --- a/hosts/FredOS-Macbook.nix +++ b/hosts/FredOS-Macbook.nix @@ -19,6 +19,7 @@ geary proton-vpn onlyoffice-desktopeditors + spotify ]; @@ -55,25 +56,6 @@ }; }; }; - - # PipeWire with Bluetooth support - services.pipewire = { - enable = true; - alsa.enable = true; - pulse.enable = true; - - # Add Bluetooth codec config - wireplumber.configPackages = [ - (pkgs.writeTextDir "share/wireplumber/bluetooth.lua.d/51-bluez-config.lua" '' - bluez_monitor.properties = { - ["bluez5.enable-sbc-xq"] = true, - ["bluez5.enable-msbc"] = true, - ["bluez5.enable-hw-volume"] = true, - ["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]" - } - '') - ]; - }; }) ]; }