mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
syncthing: install tray package when tray is enabled
Closes https://github.com/nix-community/home-manager/issues/4309
This commit is contained in:
committed by
Robert Helgesson
parent
40e916658d
commit
800941320b
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user