feat: Add prismlauncher and customize jdk versions

This commit is contained in:
ulic-youthlic 2025-12-08 13:42:42 +08:00
parent 9556ca8d50
commit 3185f43ff7
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 17 additions and 0 deletions

View file

@ -15,6 +15,7 @@ in
./nautilus.nix
./neovim-nightly.nix
./vim.nix
./prismlauncher.nix
# Nur
./nur.nix

View file

@ -0,0 +1,5 @@
{outputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
prismlauncher = outputs.packages.${system}.prismlauncher';
}