From f657b93daf3b78ecd075fead28f3c278733f5055 Mon Sep 17 00:00:00 2001 From: kiana-S Date: Sat, 7 Jan 2023 23:25:12 -0500 Subject: [PATCH] Fix package name --- mobile/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;