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:
parent
40e916658d
commit
800941320b
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue