ma hw: add pseyecam,cd rip setup
This commit is contained in:
parent
1c1f9de628
commit
20746ea5f4
7
makefu/2configs/hw/cdrip.nix
Normal file
7
makefu/2configs/hw/cdrip.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.makefu = {
|
||||
extraGroups = [ "cdrom" ];
|
||||
packages = [ pkgs.glyr pkgs.abcde ];
|
||||
};
|
||||
}
|
6
makefu/2configs/hw/pseyecam.nix
Normal file
6
makefu/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 New Issue
Block a user