From 972155935d739bbea66859df894247dbde0a8b7b Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Thu, 18 Dec 2025 18:49:04 +0800 Subject: [PATCH] modules.system.gui: Start Telegram in tray on startup --- modules/system/gui.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/gui.nix b/modules/system/gui.nix index b1181229..52e5d53f 100644 --- a/modules/system/gui.nix +++ b/modules/system/gui.nix @@ -97,6 +97,7 @@ inputs: default-column-width.proportion = 0.5; preset-column-widths = [ { proportion = 0.33333; } { proportion = 0.5; } { proportion = 0.66667; } ]; }; + spawn-at-startup = [{ argv = [ "Telegram" "-startintray" ]; }]; }; }; })];