nixfiles/home/profiles/gaming/fluidsynth.nix
2025-07-17 23:05:58 -07:00

7 lines
74 B
Nix

_: {
services = {
fluidsynth = {
enable = true;
};
};
}