From 6a6fa0b3dfc1c13f84f3e42d367d1bf4d2ce43d5 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Thu, 7 Aug 2025 19:18:09 -0300 Subject: [PATCH] feat: sober via flathub --- home/guz/apps.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/home/guz/apps.nix b/home/guz/apps.nix index 82ae36e..c465aae 100644 --- a/home/guz/apps.nix +++ b/home/guz/apps.nix @@ -17,10 +17,7 @@ # Games "org.prismlauncher.PrismLauncher" # "net.pcsx2.PCSX2" Currently borked, mising qt plugin/platform - { - flatpakref = "https://sober.vinegarhq.org/sober.flatpakref"; - sha256 = "1pj8y1xhiwgbnhrr3yr3ybpfis9slrl73i0b1lc9q89vhip6ym2l"; - } + "org.vinegarhq.Sober" # Office "org.libreoffice.LibreOffice" @@ -49,6 +46,7 @@ "fr.natron.Natron" = {Context.sockets = ["x11"];}; "com.github.vikdevelop.photopea_app" = {Context.sockets = ["x11"];}; "org.prismlauncher.PrismLauncher" = {Context.sockets = ["x11"];}; + "org.vinegarhq.Sober" = {Context.device = "input";}; # "dev.vencord.Vesktop" = {Context.sockets = ["x11"];}; };