mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
Upgrade java
This commit is contained in:
@@ -64,7 +64,10 @@ with pkgs;
|
||||
];
|
||||
|
||||
programs.command-not-found.enable = true;
|
||||
programs.java.enable = true;
|
||||
programs.java = {
|
||||
enable = true;
|
||||
package = pkgs.openjdk10;
|
||||
};
|
||||
|
||||
users.users.kfm.packages = [
|
||||
(texlive.combine { inherit (pkgs.texlive) scheme-full latexmk; })
|
||||
|
||||
Reference in New Issue
Block a user