From a11ba13813364ceda0d125ef1e43c96d307c1eab Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 13 Mar 2025 16:21:46 +0100 Subject: [PATCH] flake.nix: add overlays for tsuki --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index f8ea3d6..5b4dd49 100644 --- a/flake.nix +++ b/flake.nix @@ -135,6 +135,9 @@ ]; }); }) + + minecraft.overlays.default + osuchan.overlays.default ]; };