mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
pipewire sound in VM is fixed
various fixes
This commit is contained in:
parent
b343c564b2
commit
1debd48ceb
6 changed files with 9 additions and 24 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{pipewire_fix, ...}: {
|
||||
{...}: {
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
|
|
@ -9,7 +9,7 @@ let
|
|||
xcfg = config.services.xserver;
|
||||
xserverbase = let
|
||||
fontsForXServer =
|
||||
config.fonts.fonts
|
||||
config.fonts.packages
|
||||
++ [
|
||||
pkgs.xorg.fontadobe100dpi
|
||||
pkgs.xorg.fontadobe75dpi
|
||||
|
|
@ -52,8 +52,6 @@ in {
|
|||
''
|
||||
);
|
||||
};
|
||||
####VM SOUND BORKED
|
||||
services.pipewire.package = pipewire_fix.legacyPackages.${pkgs.system}.pipewire;
|
||||
boot = {
|
||||
kernelParams = [
|
||||
"amd_iommu=on"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue