Fixed a path

This commit is contained in:
Alexandre1a 2025-12-26 23:51:05 +01:00
parent cc588a1947
commit 16a67b23b7
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10

View File

@ -1,8 +1,8 @@
{ pkgs ,... }: { pkgs, ... }:
{ {
# Enpty file for future imports # Enpty file for future imports
imports = [ imports = [
(import ../../common/ai.nix { inherit pkgs; }) (import ../../modules/common/ai.nix { inherit pkgs; })
]; ];
} }