mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
8 lines
71 B
Nix
8 lines
71 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hardware.nix
|
|
./system.nix
|
|
];
|
|
}
|