config/systems/laptop/java.nix

8 lines
79 B
Nix
Raw Permalink Normal View History

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
jdk17
];
}