From 438f2474ca8da0316bf633bb097681f2f6c51672 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 10 Jul 2025 21:12:57 +0200 Subject: snapshot: Do 10. Jul 21:12:57 CEST 2025 --- srv/hadante/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'srv') 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 -- cgit