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