summaryrefslogtreecommitdiff
path: root/sif.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sif.nix')
-rw-r--r--sif.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sif.nix b/sif.nix
index 1cad199d..815a5caf 100644
--- a/sif.nix
+++ b/sif.nix
@@ -307,6 +307,7 @@
307 pulseaudio = { 307 pulseaudio = {
308 enable = true; 308 enable = true;
309 package = with pkgs; pulseaudioFull; 309 package = with pkgs; pulseaudioFull;
310 support32Bit = true;
310 }; 311 };
311 312
312 bluetooth = { 313 bluetooth = {