feat: many changes
This commit is contained in:
parent
8cd75009d9
commit
3d48e35de5
14 changed files with 304 additions and 71 deletions
14
modules/prismlauncher.nix
Normal file
14
modules/prismlauncher.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ den, ...}: {
|
||||
den.aspects.prismlauncher.nixos = { pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
(prismlauncher.override {
|
||||
jdks = [
|
||||
temurin-bin-8
|
||||
temurin-bin-17
|
||||
temurin-bin-21
|
||||
temurin-bin-25
|
||||
];
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue