Some checks failed
Run nix flake check / flake-check (push) Failing after 36s
16 lines
180 B
Nix
16 lines
180 B
Nix
{
|
|
inputs,
|
|
self,
|
|
pks,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./hardware-configuration.nix
|
|
./laptop.nix
|
|
../../system
|
|
../../home/hosts/magicman
|
|
];
|
|
}
|