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