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