diff --git a/mobile/config.nix b/mobile/config.nix index 08f3f4e..17fa816 100644 --- a/mobile/config.nix +++ b/mobile/config.nix @@ -1,7 +1,7 @@ { config, pkgs, lib, ... }: { hardware.bluetooth.enable = true; - hardware.pulseaudio.package = pkgs.pulseAudioFull; + hardware.pulseaudio.package = pkgs.pulseaudioFull; zramSwap.enable = true; services.xserver.windowManager.sxmo.enable = true;