From 63e0794104aaa7b7564c3a8ed419e3687740aedb Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 26 May 2025 10:30:34 -0300 Subject: [PATCH] feat: natron vfx editor --- home/guz/apps.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/guz/apps.nix b/home/guz/apps.nix index 6c52696..7918425 100644 --- a/home/guz/apps.nix +++ b/home/guz/apps.nix @@ -29,6 +29,7 @@ "org.libreoffice.LibreOffice" # Media creation + "fr.natron.Natron" "org.beeref.BeeRef" "com.github.vikdevelop.photopea_app" "org.darktable.Darktable" @@ -45,6 +46,7 @@ services.flatpak.overrides = { "net.blockbench.Blockbench" = {Context.sockets = ["x11"];}; "com.bitwarden.desktop" = {Context.sockets = ["x11"];}; + "fr.natron.Natron" = {Context.sockets = ["x11"];}; "com.github.vikdevelop.photopea_app" = {Context.sockets = ["x11"];}; "org.prismlauncher.PrismLauncher" = {Context.sockets = ["x11"];}; # "dev.vencord.Vesktop" = {Context.sockets = ["x11"];};