re-remove syncthing lol

This commit is contained in:
chem 2025-09-08 12:56:42 -06:00
parent 38c41707e9
commit 8795fa3bb4
3 changed files with 0 additions and 22 deletions

View file

@ -15,6 +15,5 @@
./defaultDesktopPack.nix
./mapping.nix
./zed.nix
./syncthing.nix
];
}

View file

@ -1,20 +0,0 @@
{
config,
lib,
pkgs,
...
}:
with lib; let
cfg = config.local.services.syncthing;
in {
options.local.services.syncthing = {
enable = mkEnableOption "syncthing settings";
};
config = mkIf cfg.enable {
services.syncthing = {
enable = true;
tray.enable = true;
};
};
}

View file

@ -39,7 +39,6 @@
firefox.enable = true;
mapping.enable = true;
zed.enable = true;
syncthing.enable = true;
};
gui = {