From a1028c3b305f098b463a76fe968becaa302b1e17 Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Tue, 6 May 2025 00:07:39 +0200 Subject: [PATCH] feat: add luanix --- modules/software/flatpak.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/software/flatpak.nix b/modules/software/flatpak.nix index 7a1d3dd..f7df487 100644 --- a/modules/software/flatpak.nix +++ b/modules/software/flatpak.nix @@ -49,6 +49,10 @@ origin = "flathub"; appId = "com.mojang.Minecraft"; } + { # Lego for real adults + origin = "flathub"; + appId = "net.minetest.Minetest"; + } #"com.obsproject.Studio" #this is another way to write it ];