nixcfg/nixosModules/services/default.nix

9 lines
100 B
Nix
Raw Normal View History

{
pkgs,
lib,
config,
...
}: {
2024-04-26 22:38:29 -04:00
imports = [./binaryCache ./flatpak ./ollama ./syncthing];
}