Add a synth (still not working, but closer) & emojis
This commit is contained in:
parent
223557d88d
commit
73d471faaa
5 changed files with 28 additions and 10 deletions
|
|
@ -37,9 +37,16 @@
|
|||
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
||||
services.pipewire.wireplumber.extraConfig.no-ucm = {
|
||||
"monitor.alsa.properties" = {
|
||||
"alsa.use-ucm" = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue