dustbowl: add scarlett 2i2 modprobe rules
This commit is contained in:
parent
dee0b7e0a6
commit
12391b0cc9
1 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue