{ den.aspects = { syncthing = { nixos = { pkgs, ... }: { environment.systemPackages = [ pkgs.syncthing pkgs.syncthingtray ]; }; }; }; }