mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 11:08:34 +01:00
7 lines
73 B
Nix
7 lines
73 B
Nix
|
{...}: {
|
||
|
imports = [
|
||
|
./hardware.nix
|
||
|
./host-packages.nix
|
||
|
];
|
||
|
}
|