steam broken?

This commit is contained in:
twoneis 2024-10-13 20:10:23 +02:00
parent c01495f972
commit 242f6349be
4 changed files with 10 additions and 8 deletions

View file

@ -1,5 +1,5 @@
{ lib, config, pkgs, ... }: let
inherit (lib) mkIf;
inherit (lib) mkIf mkForce;
inherit (config) conf;
in {
imports = [
@ -15,6 +15,10 @@ in {
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = mkForce false;
};
# Bluetooth