mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-13 05:45:34 +01:00
7 lines
62 B
Nix
7 lines
62 B
Nix
{lib, ...}: {
|
|
imports = [
|
|
../base
|
|
../../base
|
|
];
|
|
}
|