ma tools: update tool deployment

This commit is contained in:
makefu 2020-03-13 10:43:11 +01:00
parent 3e27de38fc
commit 92c1df3824
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
3 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@
users.users.makefu.packages = with pkgs;[
# media
gimp
mirage
inkscape
libreoffice
# skype

View File

@ -11,5 +11,6 @@
opensc pcsctools libu2f-host
];
# boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
boot.supportedFilesystems = [ "exfat" ];
}

View File

@ -11,7 +11,7 @@
pactl load-module module-null-sink sink_name=stream sink_properties=device.description="Streaming"
pactl load-module module-loopback source=alsa_output.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo.monitor sink=stream
pactl load-module module-loopback source=alsa_input.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo sink=stream
darkice -c ~/lol.conf
darkice -c ./lol.conf
'')
];
}