diff --git a/share/users.nix b/share/users.nix index 9b006ea..9766ff2 100644 --- a/share/users.nix +++ b/share/users.nix @@ -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