ma hw: add pseyecam,cd rip setup
This commit is contained in:
parent
39cebc21fc
commit
73d93ce8ee
2configs/hw
7
2configs/hw/cdrip.nix
Normal file
7
2configs/hw/cdrip.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.makefu = {
|
||||
extraGroups = [ "cdrom" ];
|
||||
packages = [ pkgs.glyr pkgs.abcde ];
|
||||
};
|
||||
}
|
6
2configs/hw/pseyecam.nix
Normal file
6
2configs/hw/pseyecam.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
# https://bugzilla.kernel.org/show_bug.cgi?id=198129
|
||||
{
|
||||
boot.extraModprobeConfig = ''
|
||||
options snd_usb_audio ignore_ctl_error=1
|
||||
'';
|
||||
}
|
Loading…
Reference in a new issue