mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
10 lines
138 B
Nix
10 lines
138 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
# Enpty file for future imports
|
|
imports = [
|
|
../../modules/macos/ollama.nix
|
|
../../modules/common/ai.nix
|
|
];
|
|
}
|