Unity and java support

This commit is contained in:
Curt Spark 2024-03-22 09:32:42 +00:00
parent 48039d26e6
commit 3d5b99043b
2 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,7 @@ in
MIDIVisualizer MIDIVisualizer
kdenlive kdenlive
vlc vlc
unityhub
mpdcron mpdcron

View File

@ -99,6 +99,9 @@
icu icu
]; ];
# Systemwide Java support
programs.java.enable = true;
# Emacs Config Init Service - For root user also # Emacs Config Init Service - For root user also
systemd.services.emacs-config-initialiser = { systemd.services.emacs-config-initialiser = {
description = "Initialises default emacs configuration if not available"; description = "Initialises default emacs configuration if not available";