From 3d5b99043b0b04932993bd4ecdd3ce15a2834d1d Mon Sep 17 00:00:00 2001 From: cspark Date: Fri, 22 Mar 2024 09:32:42 +0000 Subject: [PATCH] Unity and java support --- global-home.nix | 1 + global.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/global-home.nix b/global-home.nix index 205039f0..01ed443a 100644 --- a/global-home.nix +++ b/global-home.nix @@ -60,6 +60,7 @@ in MIDIVisualizer kdenlive vlc + unityhub mpdcron diff --git a/global.nix b/global.nix index af739aa6..7df0ffe0 100644 --- a/global.nix +++ b/global.nix @@ -99,6 +99,9 @@ icu ]; + # Systemwide Java support + programs.java.enable = true; + # Emacs Config Init Service - For root user also systemd.services.emacs-config-initialiser = { description = "Initialises default emacs configuration if not available";