mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 01:38:28 +02:00
9 lines
117 B
Nix
9 lines
117 B
Nix
{mylib, ...}: {
|
|
imports =
|
|
(mylib.scanPaths ./.)
|
|
// [
|
|
../base/desktop
|
|
../base/core.nix
|
|
];
|
|
}
|