diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/arrakis/services.nix | 2 | ||||
-rw-r--r-- | hosts/common/optional/sound.nix | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index ceb60c4..427a833 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -58,7 +58,7 @@ cron.enable = true; - #dictd.enable = true; + dictd.enable = true; iperf3.openFirewall = true; diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix index ec7f41d..2b82724 100644 --- a/hosts/common/optional/sound.nix +++ b/hosts/common/optional/sound.nix @@ -2,14 +2,20 @@ { environment = { systemPackages = with pkgs; [ + artyFX bespokesynth + boops cardinal chow-tape-model distrho-ports fluidsynth + #master.fmsynth geonkick + guitarix + gxplugins-lv2 lilypond-unstable-with-fonts lsp-plugins + metersLv2 odin2 oxefmsynth polyphone @@ -18,8 +24,11 @@ master.rosegarden samplv1 sfizz + sorcer surge-XT synthv1 + talentedhack + #master.tunefish v4l-utils vapoursynth vital |