mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-19 07:54:28 +01:00
11 lines
103 B
Nix
11 lines
103 B
Nix
{
|
|
imports = [
|
|
../base/core
|
|
../base/tui
|
|
../base/home.nix
|
|
|
|
./base
|
|
./desktop
|
|
];
|
|
}
|