syncthing: enable tray icon
This commit is contained in:
parent
6e296dc684
commit
a5ffa3a184
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue