fix(marpa): better audio configuration for marpa

This commit is contained in:
Lucien Cartier-Tilet 2025-05-04 14:27:15 +02:00
parent 08bb83e21c
commit ddb1dcab2e
Signed by: phundrak
SSH Key Fingerprint: SHA256:CE0HPsbW3L2YiJETx1zYZ2muMptaAqTN2g3498KrMkc
2 changed files with 11 additions and 0 deletions

View File

@ -64,8 +64,13 @@
curl curl
openssl openssl
wget wget
alsa-scarlett-gui
]; ];
boot.extraModprobeConfig = ''
options snd_usb_audio vid=0x1235 pid=0x8212 device_setup=1
'';
programs.nix-ld.enable = true; programs.nix-ld.enable = true;
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default

View File

@ -94,6 +94,12 @@
]; ];
}; };
}; };
services = {
mpris-proxy.enable = true;
playerctld.enable = true;
};
manual.html.enable = true; manual.html.enable = true;
}; };
} }