summaryrefslogtreecommitdiff
path: root/modules/sys/features/default.nix
blob: 790dc254be0baa23460a756c603a40268082e06b (plain)
1
2
3
4
5
6
7
8
{ ... }:
{
  imports = [
    ./nh.nix
    ./ollama.nix
    ./virtualization.nix
  ];
}