mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 16:49:22 +08:00
modules.system.gui: Start Telegram in tray on startup
This commit is contained in:
@@ -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" ]; }];
|
||||
};
|
||||
};
|
||||
})];
|
||||
|
||||
Reference in New Issue
Block a user