mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
7 lines
74 B
Nix
7 lines
74 B
Nix
{
|
|
imports = [
|
|
../../user
|
|
./hardware.nix
|
|
./system.nix
|
|
];
|
|
}
|