This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-config/user/syncthing.nix

9 lines
175 B
Nix

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