16 lines
149 B
Nix
16 lines
149 B
Nix
{
|
|
host,
|
|
inputs,
|
|
username,
|
|
nur,
|
|
pkgs,
|
|
self,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./../../modules/sys
|
|
./hardware.nix
|
|
./settings.nix
|
|
];
|
|
}
|