From d5832d9764ec8e30b73ce919c741118ad4bad5f6 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 2 Aug 2023 18:30:15 +0200 Subject: [PATCH] Pro audio: add Vital --- modules/hm/pro_audio.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hm/pro_audio.nix b/modules/hm/pro_audio.nix index b4c6cfa..6e04dda 100644 --- a/modules/hm/pro_audio.nix +++ b/modules/hm/pro_audio.nix @@ -29,6 +29,8 @@ in # sunvox # tunefish ; + + inherit (pkgs.unstable_pkgs) vital; }; home.sessionVariables = variables;