mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
10 lines
138 B
Nix
10 lines
138 B
Nix
{mylib, ...}: {
|
|
imports =
|
|
(mylib.scanPaths ./.)
|
|
++ [
|
|
../base/server
|
|
../base/desktop
|
|
../base/core.nix
|
|
];
|
|
}
|