nixos-config/user/syncthing.nix
2022-10-31 13:31:25 -03:00

9 lines
184 B
Nix

{ config, pkgs, lib, inputs, ... }:
let inherit (import ./variables.nix) key theme color accent font;
in {
services.syncthing = {
enable = true;
# tray.enable = true;
};
}