Compare commits

..

2 Commits

Author SHA1 Message Date
Curt Spark af87febb7b Switch to JDK17 2024-03-22 10:51:47 +00:00
Curt Spark 3d5b99043b Unity and java support 2024-03-22 09:32:42 +00:00
2 changed files with 7 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,12 @@
icu icu
]; ];
# Systemwide Java support
programs.java = {
enable = true;
package = pkgs.jdk17;
};
# 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";