5 lines
70 B
Nix
5 lines
70 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ./boot.nix ./system.nix ./hw.nix ];
|
|
}
|