steam broken?
This commit is contained in:
parent
c01495f972
commit
242f6349be
4 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue