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