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 ]" - } - '') - ]; - }; }) ]; }