17 lines
148 B
Nix
Executable File
17 lines
148 B
Nix
Executable File
{
|
|
inputs,
|
|
nixpkgs,
|
|
config,
|
|
self,
|
|
username,
|
|
host,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./hardware
|
|
./software
|
|
./environment
|
|
];
|
|
}
|