aboutsummaryrefslogtreecommitdiff
path: root/srv
diff options
context:
space:
mode:
Diffstat (limited to 'srv')
-rw-r--r--srv/hadante/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix
index 8d1befb..f016851 100644
--- a/srv/hadante/configuration.nix
+++ b/srv/hadante/configuration.nix
@@ -34,6 +34,9 @@ in
};
config = {
+ nixpkgs.overlays = [
+ inputs.fjordlauncher.overlays.default
+ ];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@@ -290,7 +293,7 @@ in
reuse
- prismlauncher
+ fjordlauncher
jdk8
jdk17
jdk21