mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-02-23 00:14:49 +01:00
10 lines
91 B
Nix
10 lines
91 B
Nix
{
|
|
imports = [
|
|
../base.nix
|
|
./nix-core.nix
|
|
|
|
./apps.nix
|
|
./system.nix
|
|
];
|
|
}
|