dustbowl: add scarlett 2i2 modprobe rules

This commit is contained in:
joachimschmidt557 2022-06-01 18:50:35 +02:00
parent dee0b7e0a6
commit 12391b0cc9
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -54,6 +54,12 @@
"v4l2loopback"
];
# For Focusrite Scarlett 2i2
# See https://github.com/Focusrite-Scarlett-on-Linux/sound-usb-kernel-module
boot.extraModprobeConfig = ''
options snd_usb_audio vid=0x1235 pid=0x8210 device_setup=1
'';
# Add qemu-binfmt for ARM and AArch64
boot.binfmt.emulatedSystems = [
"armv7l-linux"
@ -143,6 +149,12 @@
gdb
intel-gpu-tools
config.boot.kernelPackages.perf
fd
ripgrep
jq
fzf
tig
croc
# GTK theme
gnome.adwaita-icon-theme
@ -155,6 +167,7 @@
foot
xdg-utils
i3status
wlr-randr
# GUI software
emacsPgtk
@ -165,6 +178,8 @@
imv
pavucontrol
xournalpp
libreoffice
okular
];
# Use doas instead of sudo