ma tools: update tool deployment

This commit is contained in:
makefu 2020-03-13 10:43:11 +01:00
parent 9bb0d5e7c7
commit fb90750ab6
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
'')
];
}