Syncthing: Disable tray.
This commit is contained in:
parent
053fa4f45f
commit
b3340def96
|
@ -4,6 +4,5 @@
|
|||
exec waybar
|
||||
exec nm-applet
|
||||
exec blueman-applet
|
||||
exec syncthingtray
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -7,10 +7,7 @@
|
|||
cfg = config.module.syncthing;
|
||||
in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
syncthing
|
||||
syncthingtray
|
||||
];
|
||||
environment.systemPackages = with pkgs; [ syncthing ];
|
||||
services.syncthing = {
|
||||
inherit (cfg) enable dataDir user group openDefaultPorts;
|
||||
systemService = true;
|
||||
|
|
Loading…
Reference in a new issue