nixcfg/nixosModules/services/default.nix

12 lines
89 B
Nix

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