nixcfg/nixosModules/services/default.nix

13 lines
105 B
Nix
Raw Normal View History

{
pkgs,
lib,
config,
...
}: {
2024-05-27 21:39:30 -04:00
imports = [
./flatpak
./syncthing
./tailscale
];
}