ma hw: add pseyecam,cd rip setup

This commit is contained in:
makefu 2023-06-03 15:33:42 +02:00
parent 1c1f9de628
commit 20746ea5f4
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
users.users.makefu = {
extraGroups = [ "cdrom" ];
packages = [ pkgs.glyr pkgs.abcde ];
};
}

View File

@ -0,0 +1,6 @@
# https://bugzilla.kernel.org/show_bug.cgi?id=198129
{
boot.extraModprobeConfig = ''
options snd_usb_audio ignore_ctl_error=1
'';
}