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