From 3e0aa3b39d7353291735e38bd74fb08e4546c6ed Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Sat, 22 Feb 2025 21:09:52 +0100 Subject: [PATCH] added etlegacy --- modules/software/flatpak.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/software/flatpak.nix b/modules/software/flatpak.nix index 5480176..16af41f 100644 --- a/modules/software/flatpak.nix +++ b/modules/software/flatpak.nix @@ -45,6 +45,12 @@ appId = "io.github.Soundux"; } # soundboard + # games + { + origin = "flathub"; + appId = "com.etlegacy.ETLegacy"; + } # shooter + #"com.obsproject.Studio" #this is another way to write it ]; };