add midi via fluidsynth

This commit is contained in:
Christoph Cullmann 2024-10-26 15:52:04 +02:00
parent af7b496578
commit 9ef8785338
No known key found for this signature in database

View file

@ -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