Add temurin jre to PrismLauncher
This commit is contained in:
parent
47e8d6c450
commit
a27a6dc223
1 changed files with 6 additions and 1 deletions
7
home.nix
7
home.nix
|
@ -38,7 +38,12 @@
|
|||
nixd # nix language server
|
||||
nixfmt-rfc-style # nix language formatter
|
||||
obsidian
|
||||
prismlauncher
|
||||
(prismlauncher.override {
|
||||
# Change Java runtimes available to Prism Launcher
|
||||
jdks = [
|
||||
temurin-jre-bin
|
||||
];
|
||||
})
|
||||
signal-desktop
|
||||
smile
|
||||
yubioath-flutter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue