Merge branch 'master' of github.com:starr-dusT/dotfiles

This commit is contained in:
Tyler Starr 2024-10-23 22:48:33 -07:00
commit 3be543990b

View File

@ -1,8 +1,8 @@
{ config, lib, pkgs, user, ... }:
let cfg = config.modules.services.syncthing;
let cfg = config.modules.programs.syncthing;
in {
options.modules.services.syncthing = with lib; {
options.modules.programs.syncthing = with lib; {
enable = lib.mkOption {
type = types.bool;
default = false;