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" "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 # Add qemu-binfmt for ARM and AArch64
boot.binfmt.emulatedSystems = [ boot.binfmt.emulatedSystems = [
"armv7l-linux" "armv7l-linux"
@ -143,6 +149,12 @@
gdb gdb
intel-gpu-tools intel-gpu-tools
config.boot.kernelPackages.perf config.boot.kernelPackages.perf
fd
ripgrep
jq
fzf
tig
croc
# GTK theme # GTK theme
gnome.adwaita-icon-theme gnome.adwaita-icon-theme
@ -155,6 +167,7 @@
foot foot
xdg-utils xdg-utils
i3status i3status
wlr-randr
# GUI software # GUI software
emacsPgtk emacsPgtk
@ -165,6 +178,8 @@
imv imv
pavucontrol pavucontrol
xournalpp xournalpp
libreoffice
okular
]; ];
# Use doas instead of sudo # Use doas instead of sudo