mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-10-30 01:12:10 +01:00
8 lines
75 B
Nix
8 lines
75 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./hardware
|
|
./services
|
|
./system
|
|
];
|
|
}
|