mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-12 21:35:38 +01:00
12 lines
115 B
Nix
12 lines
115 B
Nix
{
|
|
imports = [
|
|
../base/core
|
|
../base/tui
|
|
../base/gui
|
|
../base/home.nix
|
|
|
|
./base
|
|
./gui
|
|
];
|
|
}
|