mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 02:09:26 +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;
|
default-column-width.proportion = 0.5;
|
||||||
preset-column-widths = [ { proportion = 0.33333; } { proportion = 0.5; } { proportion = 0.66667; } ];
|
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