nixcfg/nixosModules/services/default.nix

13 lines
105 B
Nix

{
pkgs,
lib,
config,
...
}: {
imports = [
./flatpak
./syncthing
./tailscale
];
}