mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 20:45:09 +00:00
11 lines
125 B
Nix
11 lines
125 B
Nix
{
|
|
imports = [
|
|
./boot
|
|
./environment
|
|
./hardware
|
|
./networking
|
|
./services
|
|
|
|
./remote-modules.nix
|
|
];
|
|
}
|