diff --git a/home/common-linux.nix b/home/common-linux.nix index a9c4323..536476b 100644 --- a/home/common-linux.nix +++ b/home/common-linux.nix @@ -42,8 +42,11 @@ with lib; { systemd.user.startServices = "sd-switch"; + # Audio stuff! + services.easyeffects.enable = true; + # Bluetooth controls - services.mpris-proxy.enable = true; + # services.mpris-proxy.enable = true; # Owncloud services.owncloud-client.enable = true;