mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed a path
This commit is contained in:
parent
cc588a1947
commit
16a67b23b7
@ -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; })
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user