From c72dcb62b2574951dff94aeecde87ca0594a6612 Mon Sep 17 00:00:00 2001 From: Andre Date: Sun, 3 Nov 2024 11:06:39 -0500 Subject: [PATCH] Apps: re-add Tuba --- modules/apps/social.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/modules/apps/social.nix b/modules/apps/social.nix index 2599ad9..ba017cb 100644 --- a/modules/apps/social.nix +++ b/modules/apps/social.nix @@ -1,9 +1,4 @@ -{ - pkgs, - config, - lib, - ... -}: +{ config, lib, ... }: let cfg = config.aux.system.apps.social; @@ -18,7 +13,10 @@ in allowUnfree = true; ui.flatpak = { enable = true; - packages = [ "com.discordapp.Discord" ]; + packages = [ + "com.discordapp.Discord" + "dev.geopjr.Tuba" + ]; }; }; };