syncthing: enable tray icon

This commit is contained in:
Leonardo Eugênio 2024-03-17 00:07:13 -03:00
parent 5161c3a5d8
commit 34c35fb4eb

View file

@ -1,8 +1,6 @@
{ config, pkgs, lib, inputs, ... }: { ... }: {
let inherit (pkgs.uservars) key theme color accent font;
in {
services.syncthing = { services.syncthing = {
enable = true; enable = true;
# tray.enable = true; tray.enable = true;
}; };
} }