From 065957d8b8ea782ff400873cd0d519bac3ea3547 Mon Sep 17 00:00:00 2001 From: materus Date: Tue, 23 May 2023 02:13:14 +0200 Subject: [PATCH] home: add PolyMC in home on materusPC host --- configurations/host/materusPC/extraHome.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/host/materusPC/extraHome.nix b/configurations/host/materusPC/extraHome.nix index 7d269e9..aa6ba6d 100644 --- a/configurations/host/materusPC/extraHome.nix +++ b/configurations/host/materusPC/extraHome.nix @@ -15,7 +15,7 @@ }; - home.packages = [materusPkgs.ffmpeg6-amf-full]; + home.packages = [materusPkgs.ffmpeg6-amf-full (materusPkgs.polymc.wrap {extraJDKs = [pkgs.graalvm17-ce];})]; programs.obs-studio = { enable = true;