18 lines
163 B
Nix
18 lines
163 B
Nix
{
|
|
inputs,
|
|
nixpkgs,
|
|
config,
|
|
self,
|
|
username,
|
|
host,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./hardware
|
|
./software
|
|
./environment
|
|
../home/home-manager.nix
|
|
];
|
|
}
|
|
|