summaryrefslogtreecommitdiff
path: root/modules/profiles/manifests/synth.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profiles/manifests/synth.pp')
-rw-r--r--modules/profiles/manifests/synth.pp33
1 files changed, 0 insertions, 33 deletions
diff --git a/modules/profiles/manifests/synth.pp b/modules/profiles/manifests/synth.pp
deleted file mode 100644
index eb01f8f..0000000
--- a/modules/profiles/manifests/synth.pp
+++ /dev/null
@@ -1,33 +0,0 @@
-class profiles::synth {
-
- package { 'freepats-general-midi':
- ensure => installed,
- }
-
- file { '/etc/conf.d/fluidsynth':
- content => @(EOF)
- SOUND_FONT=/usr/share/soundfonts/freepats-general-midi.sf2
- OTHER_OPTS='-a alsa'
- | EOF
- }
-
- # TODO pull in aur package from
- # https://git.hornquist.se/archpkg/aconnect-service/
-
- # TODO setup the rest
-
- # - template:
- # dest: ~/.config/aconnect/impact
- # source: aconnect
- # vars:
- # input_unit: Impact LX25
- # output_unit: FLUID Synth
- #
- # - systemd:
- # name: aconnect@{{ impact }}
- # scope: user
- # enabled: yes
- # become: yes
- # become_user: hugo
-
-}