From 4ca041e272bea8950f73c079cee8a3a93382ebba Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 1 Jan 2024 16:20:21 -0500 Subject: [PATCH] add Telegram flatpak --- modules/system/common/linux/flatpaks.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/common/linux/flatpaks.nix b/modules/system/common/linux/flatpaks.nix index aff137d..09d1c83 100644 --- a/modules/system/common/linux/flatpaks.nix +++ b/modules/system/common/linux/flatpaks.nix @@ -5,6 +5,7 @@ enable = true; packages = [ "im.riot.Riot" + "org.telegram.desktop" ]; update.auto = { enable = true;