1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

syncthing: install tray package when tray is enabled

Closes https://github.com/nix-community/home-manager/issues/4309
This commit is contained in:
Alex Ionescu 2025-09-25 01:47:25 +02:00 committed by Robert Helgesson
parent 40e916658d
commit 800941320b
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -866,6 +866,8 @@ in
(lib.hm.assertions.assertPlatform "services.syncthing.tray" pkgs lib.platforms.linux)
];
home.packages = [ cfg.tray.package ];
systemd.user.services = {
${cfg.tray.package.pname} = {
Unit = {