syncthing: enable tray icon

This commit is contained in:
Leonardo Eugênio 2024-03-17 00:07:13 -03:00
parent 6e296dc684
commit a5ffa3a184

View file

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