add midi via fluidsynth
This commit is contained in:
parent
af7b496578
commit
9ef8785338
|
@ -122,6 +122,12 @@ in
|
|||
enableZshIntegration = true;
|
||||
keys = [ "/data/home/cullmann/.ssh/id_ed25519" ];
|
||||
};
|
||||
|
||||
# MIDI
|
||||
services.fluidsynth = {
|
||||
enable = true;
|
||||
soundService = "pipewire-pulse";
|
||||
};
|
||||
};
|
||||
|
||||
# games user with extra settings
|
||||
|
|
Loading…
Reference in a new issue